POST api/Seat/getAllTablesByTableStatus
Request Information
URI Parameters
None.
Body Parameters
GetAllTablesByTableStatusRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
|
| OrderSource | string |
None. |
|
| TableStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "b7cbac2a-21c9-40bd-bced-a5a608b86af6",
"BranchIDF": "57852975-3152-43d6-97ea-c26a4991b67c",
"OrderSource": "sample string 3",
"TableStatus": "sample string 4"
}
application/xml, text/xml
Sample:
<GetAllTablesByTableStatusRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>57852975-3152-43d6-97ea-c26a4991b67c</BranchIDF> <OrderSource>sample string 3</OrderSource> <RestaurantIDF>b7cbac2a-21c9-40bd-bced-a5a608b86af6</RestaurantIDF> <TableStatus>sample string 4</TableStatus> </GetAllTablesByTableStatusRequestClass>
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. |