POST api/backend/auditWithdrawal
Request Information
URI Parameters
None.
Body Parameters
AuditWithdrawalModel| Name | Description | Type | Additional information |
|---|---|---|---|
| withdrawalId | string |
None. |
|
| withdrawalState | integer |
None. |
|
| auditRemark | string |
None. |
|
| paymentCertificate | string |
None. |
|
| auditEmployeeNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"withdrawalId": "sample string 1",
"withdrawalState": 2,
"auditRemark": "sample string 3",
"paymentCertificate": "sample string 4",
"auditEmployeeNumber": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3",
"code": 4
}