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": "f092612a-3e77-4a04-aa3c-a4f001ab6e95",
"BranchIDF": "50e273fb-b4a0-4da1-bfeb-d1043f2d511c",
"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>50e273fb-b4a0-4da1-bfeb-d1043f2d511c</BranchIDF> <OrderSource>sample string 3</OrderSource> <RestaurantIDF>f092612a-3e77-4a04-aa3c-a4f001ab6e95</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. |