POST v1/getOrderStatus
Request Information
URI Parameters
None.
Body Parameters
OrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Api_key | string |
None. |
|
| ExternalOrderID | string |
None. |
|
| PhoneNumber | string |
None. |
|
| DeliveryDate | string |
None. |
|
| OrderDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Api_key": "sample string 1",
"ExternalOrderID": "sample string 2",
"PhoneNumber": "sample string 3",
"DeliveryDate": "sample string 4",
"OrderDate": "sample string 5"
}
application/xml, text/xml
Sample:
<OrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIIntegration.Models"> <Api_key>sample string 1</Api_key> <DeliveryDate>sample string 4</DeliveryDate> <ExternalOrderID>sample string 2</ExternalOrderID> <OrderDate>sample string 5</OrderDate> <PhoneNumber>sample string 3</PhoneNumber> </OrderModel>
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. |