POST v1/cancelOrder
Request Information
URI Parameters
None.
Body Parameters
CancelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
None. |
|
| VIOrderID | string |
None. |
|
| ExternalOrderID | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Reason | string |
None. |
|
| OrderDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "sample string 1",
"VIOrderID": "sample string 2",
"ExternalOrderID": "sample string 3",
"PhoneNumber": "sample string 4",
"Reason": "sample string 5",
"OrderDate": "sample string 6"
}
application/xml, text/xml
Sample:
<CancelModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIIntegration.Models"> <ApiKey>sample string 1</ApiKey> <ExternalOrderID>sample string 3</ExternalOrderID> <OrderDate>sample string 6</OrderDate> <PhoneNumber>sample string 4</PhoneNumber> <Reason>sample string 5</Reason> <VIOrderID>sample string 2</VIOrderID> </CancelModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |