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": "92bdcf1a-585d-4f85-bf54-709d9ec974ae",
"BranchIDF": "fe7b4a53-15a4-49e8-b2bf-3f17d9afa218",
"LastSyncTime": "2026-01-01T21:02:52.0755702+01:00"
}
application/xml, text/xml
Sample:
<POSAPIRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>fe7b4a53-15a4-49e8-b2bf-3f17d9afa218</BranchIDF> <LastSyncTime>2026-01-01T21:02:52.0755702+01:00</LastSyncTime> <RestaurantIDF>92bdcf1a-585d-4f85-bf54-709d9ec974ae</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. |