POST api/POSOrder/GetOrderType
Request Information
URI Parameters
None.
Body Parameters
POSOrderTypeRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "b592053e-f58b-4fcc-880b-af3a271dbf0e",
"BranchIDF": "2693c4e1-2fd1-4363-a89b-e6e860b0c1bb"
}
application/xml, text/xml
Sample:
<POSOrderTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>2693c4e1-2fd1-4363-a89b-e6e860b0c1bb</BranchIDF> <RestaurantIDF>b592053e-f58b-4fcc-880b-af3a271dbf0e</RestaurantIDF> </POSOrderTypeRequestClass>
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. |