POST api/POSOrder/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": "2e85497a-63c1-45c0-90cc-a3f84435d8fa",
"TrackingOrderID": "sample string 1",
"CustomerID": "fe584d8f-ff25-4752-8770-7280a0705f47"
}
application/xml, text/xml
Sample:
<POSOrderSummaryDataRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CustomerID>fe584d8f-ff25-4752-8770-7280a0705f47</CustomerID> <OrderID>2e85497a-63c1-45c0-90cc-a3f84435d8fa</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. |