POST api/Urgecharge/APP_UpdateAuditAccounts_MainStatus
审核
Request Information
URI Parameters
None.
Body Parameters
AuditAccounts_Approval| Name | Description | Type | Additional information |
|---|---|---|---|
| PCID | string |
None. |
|
| AuditAccountsID | string |
None. |
|
| AuditAccounts_Status |
1 通过 2未通过 |
integer |
None. |
| ApprovalRemark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PCID": "sample string 1",
"AuditAccountsID": "sample string 2",
"AuditAccounts_Status": 3,
"ApprovalRemark": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}