POST api/Seat/getAllTables
Request Information
URI Parameters
None.
Body Parameters
POSAPIRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
|
| LastSyncTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RestaurantIDF": "4eec1bc5-3e6f-437c-90b0-e0b0828ba78f",
"BranchIDF": "34716f05-fc68-4b4f-ab64-4b3a7395e088",
"LastSyncTime": "2026-01-27T16:46:51.6106793+05:30"
}
application/xml, text/xml
Sample:
<POSAPIRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>34716f05-fc68-4b4f-ab64-4b3a7395e088</BranchIDF> <LastSyncTime>2026-01-27T16:46:51.6106793+05:30</LastSyncTime> <RestaurantIDF>4eec1bc5-3e6f-437c-90b0-e0b0828ba78f</RestaurantIDF> </POSAPIRequestClass>
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. |