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