POST api/Menu/getAllVariant
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": "e4bb9006-5512-45cd-a6e5-7e98968c2acb",
"BranchIDF": "bdb91d3f-2dad-4ba0-9775-c1f24375db23",
"LastSyncTime": "2026-03-03T01:32:46.1664542+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>bdb91d3f-2dad-4ba0-9775-c1f24375db23</BranchIDF> <LastSyncTime>2026-03-03T01:32:46.1664542+01:00</LastSyncTime> <RestaurantIDF>e4bb9006-5512-45cd-a6e5-7e98968c2acb</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. |