POST Admin/Delete_Order?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Delete_Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDER_ID | integer |
None. |
|
| REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORDER_ID": 1,
"REMARKS": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Deliver_Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDER_ID | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ORDER_ID": 1,
"ExceptionMsg": "sample string 2"
}