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": "87c1fa45-2783-447c-bd39-28a135120c83",
"BranchIDF": "58d0a563-094f-4123-a843-7e6873003a2a"
}
application/xml, text/xml
Sample:
<POSOrderTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>58d0a563-094f-4123-a843-7e6873003a2a</BranchIDF> <RestaurantIDF>87c1fa45-2783-447c-bd39-28a135120c83</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. |