POST Operator/Cancel_Order?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Cancel_Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDER_ID | integer |
None. |
|
| ExceptionMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORDER_ID": 1,
"ExceptionMsg": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Cancel_Order| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"ExceptionMsg": "sample string 2"
}