POST Signal/AuditWithdraw
Request Information
URI Parameters
None.
Body Parameters
AuditWithdrawInput| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
None. |
|
| statusId | integer |
None. |
|
| verificationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mtAccountId": "sample string 1",
"statusId": 2,
"verificationCode": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebApiResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": "sample string 4"
}