POST api/Audit/Submit?BusiCode={BusiCode}
提交审核
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BusiCode |
审核业务代码,付款申请:PaymentRequest(默认提交方式) |
string |
Default value is |
Body Parameters
审核任务实例
AuditTask| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SchemeId | integer |
Required |
|
| AuditScheme | AuditScheme |
None. |
|
| BusinessId | integer |
None. |
|
| BusinessNo | string |
None. |
|
| Stutas | integer |
None. |
|
| SubmitId | integer |
None. |
|
| SubmitName | string |
None. |
|
| SubmitDate | date |
None. |
|
| AuditPersonId | integer |
None. |
|
| AuditPersonName | string |
None. |
|
| NextAuditPersonId | integer |
None. |
|
| NextAuditPersonName | string |
None. |
|
| AuditDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| SumbitContent | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InfoResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| IsSuccess |
是否成功:true:成功,false:失败 |
boolean |
None. |
| Msg |
返回消息 |
string |
None. |
| Extra |
特定信息 |
string |
None. |
| Code |
内部代码:[成功 000000|失败 000001|未登陆/未授权 000002] |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"IsSuccess": true,
"Msg": "sample string 3",
"Extra": "sample string 4",
"Code": "sample string 5"
}
application/xml, text/xml
Sample:
<InfoResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData"> <Code>sample string 5</Code> <Extra>sample string 4</Extra> <IsSuccess>true</IsSuccess> <Msg>sample string 3</Msg> <Data /> </InfoResult>