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": "5f91c654-8017-4fb6-be16-6654b70eba29",
"BranchIDF": "2b61c93f-9953-40e6-aa06-4648193aaa55",
"LastSyncTime": "2025-10-27T20:56:40.4503216+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>2b61c93f-9953-40e6-aa06-4648193aaa55</BranchIDF> <LastSyncTime>2025-10-27T20:56:40.4503216+05:30</LastSyncTime> <RestaurantIDF>5f91c654-8017-4fb6-be16-6654b70eba29</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. |