POST api/Order/GetOrderSummary
Request Information
URI Parameters
None.
Body Parameters
POSOrderSummaryDataRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | globally unique identifier |
None. |
|
| TrackingOrderID | string |
None. |
|
| CustomerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": "5bf7399f-c407-45da-bcf3-1c03ee074d2e",
"TrackingOrderID": "sample string 1",
"CustomerID": "4eadc174-3627-432f-a9cf-3203bce0a8fe"
}
application/xml, text/xml
Sample:
<POSOrderSummaryDataRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>4eadc174-3627-432f-a9cf-3203bce0a8fe</CustomerID> <OrderID>5bf7399f-c407-45da-bcf3-1c03ee074d2e</OrderID> <TrackingOrderID>sample string 1</TrackingOrderID> </POSOrderSummaryDataRequestClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |