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": "3bac89e7-91c6-4e13-aa66-496eda1e6c91",
"BranchIDF": "07bb8bf7-32be-4e65-8692-f221c6a03db6",
"LastSyncTime": "2026-01-01T20:56:56.301475+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>07bb8bf7-32be-4e65-8692-f221c6a03db6</BranchIDF> <LastSyncTime>2026-01-01T20:56:56.301475+01:00</LastSyncTime> <RestaurantIDF>3bac89e7-91c6-4e13-aa66-496eda1e6c91</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. |