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": "7041e606-08ff-4116-b133-d9825b40f554",
"BranchIDF": "fda83072-6ece-4530-8fa6-86573c983520"
}
application/xml, text/xml
Sample:
<POSOrderTypeRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>fda83072-6ece-4530-8fa6-86573c983520</BranchIDF> <RestaurantIDF>7041e606-08ff-4116-b133-d9825b40f554</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. |