接口URL:/wg_crm/commonApi?access_token=
Content-Type:application/json
请求方式:post
接口备注:暂无描述
请求头参数:
- 所有的接口必须携带header参数
| 参数名称 | 参数示例 | 是否必填 | 参数说明 |
|---|---|---|---|
| Content-Type | application/json | true | 固定传:application/json |
| groupName | ns-v7g6 | true | 分组名称,获取授权信息时返回的groupName |
| accountId | 16xxxxxxxxxxxx | true | 账套ID,获取授权信息时返回的accountId |
| X-GW-Router-Addr | https://tf.jdy.com | true | IDC域名,获取授权信息时返回的domain |
请求体参数:
|
参数名 |
示例值 |
参数类型 |
是否必填 |
参数描述 |
|
api_name |
api.CheckSubmittingApi |
String |
是 |
暂无描述 |
|
businessKey |
1890692494321019906 |
String |
是 |
单据id |
|
entityNumber |
wg_loan_bill |
String |
是 |
单据标识 |
请求示例:
{
"api_name": "api.CheckSubmittingApi",
"businessKey": "1890692494321019906",
"entityNumber": "wg_loan_bill"
}
相应示例:(成功200,失败201)
{"data":false,"errorCode":"success","status":true,"success":true}