- V4.2.4
- 基线
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- 嗨报销(app)-挂帐单
- 嗨报销(app)-大数据
- 请款(app)
- V4.4.0
- 嗨报销(app)-报销
- 嗨报销(app)-挂帐单
- 嗨报销(app)-发票
- Copyright (C) 正大天晴药业集团股份有限公司
- 核心接口
- 嗨报销(app)-大数据
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- v4.4.1
- v4.3.4
- 发票风险
- v4.3.5
- 嗨报销(app)-报销
- 嗨报销(app)-发票
- v4.4.0.1
- v4.5.0.1
- V4.5.3
- v4.5.1.1
- v4.5.4
- v4.5.6
- v4.5.7
- 智审v1.1.0
- 智审v1.2.0
- 智审v1.1.0补充,风控接口
- v4.5.9
批量查询发票黑名单
POST
/app/exp/risk/black
请求参数
Body 参数application/json
event
string | null
可选
expAccountingIds
array[string] | null
发票id列表
expOrderId
string | null
报销单id
businessTypeCode
string
业务类型
companyNames
array[string] | null
公司名称
示例
{
"event": "string",
"expAccountingIds": [
"string"
],
"expOrderId": "string",
"businessTypeCode": "string",
"companyNames": [
"string"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/app/exp/risk/black' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "string",
"expAccountingIds": [
"string"
],
"expOrderId": "string",
"businessTypeCode": "string",
"companyNames": [
"string"
]
}'
返回响应
🟢200成功
application/json
Body
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
object (ExpInvoiceRiskVO)
业务数据
tranceId
string | null
tranceId
totalRiskNum
string | null
总的风险数量
topRiskNum
string | null
高风险数量
middleRiskNum
string | null
中风险数量
lowRiskNum
string | null
低风险数量
advice
string | null
首条风险建议
riskInfos
array[object (ExpInvoiceRiskInner) {21}] | null
风险信息集合
inRiskInfos
array[object (ExpInvoiceRiskInner) {21}] | null
入库风险信息集合
expInvoiceRiskInfos
array[object (ExpInvoiceRiskInfoVO) {3}] | null
分组信息
ext
object (Object)
扩展数据
iTotalRecords
integer | null
可选
iTotalDisplayRecords
integer | null
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {
"tranceId": "",
"totalRiskNum": "",
"topRiskNum": "",
"middleRiskNum": "",
"lowRiskNum": "",
"advice": "",
"riskInfos": [
{
"ruleId": "",
"riskType": "",
"expAccountingId": "",
"controlMethod": "",
"ruleName": "",
"ruleRiskLevel": "",
"ruleRiskDesc": "",
"tactics": "",
"ruleBasis": "",
"ruleDescription": "",
"invoiceInfos": [
{
"invoiceId": "",
"invoicePayee": "",
"invoiceClassify": "",
"invoiceNum": "",
"invoiceFlag": "",
"finalRiskLevel": "",
"finalRiskLevelDesc": ""
}
],
"riskDetail": [
""
],
"ruleDetails": [
""
],
"businessTypeCode": "",
"businessTypeName": "",
"createUserCode": "",
"createUserName": "",
"updateTime": "",
"createTime": "",
"finalRiskLevel": "",
"finalRiskLevelDesc": ""
}
],
"inRiskInfos": [
{
"ruleId": "",
"riskType": "",
"expAccountingId": "",
"controlMethod": "",
"ruleName": "",
"ruleRiskLevel": "",
"ruleRiskDesc": "",
"tactics": "",
"ruleBasis": "",
"ruleDescription": "",
"invoiceInfos": [
{
"invoiceId": "",
"invoicePayee": "",
"invoiceClassify": "",
"invoiceNum": "",
"invoiceFlag": "",
"finalRiskLevel": "",
"finalRiskLevelDesc": ""
}
],
"riskDetail": [
""
],
"ruleDetails": [
""
],
"businessTypeCode": "",
"businessTypeName": "",
"createUserCode": "",
"createUserName": "",
"updateTime": "",
"createTime": "",
"finalRiskLevel": "",
"finalRiskLevelDesc": ""
}
],
"expInvoiceRiskInfos": [
{
"expAccountingId": "",
"finalRiskLevel": "",
"finalRiskLevelDesc": ""
}
]
},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}