POST Admin/Deliver_Order?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Deliver_Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDER_ID | integer |
None. |
|
| DELIVERY_ID | integer |
None. |
|
| DELIVERY_MODE_ID | integer |
None. |
|
| ADMIN_REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORDER_ID": 1,
"DELIVERY_ID": 2,
"DELIVERY_MODE_ID": 3,
"ADMIN_REMARKS": "sample string 4"
}
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"
}