POST fxo/Order/CancelOrder
Request Information
URI Parameters
None.
Body Parameters
CancelOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| record_id | integer |
None. |
|
| detail_id | Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"record_id": 1,
"detail_id": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.