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": "9708f0e7-c8da-4733-a061-3e3c48653901",
"BranchIDF": "7a25d1bb-1e5b-4c5a-85eb-d2ea444f6a91",
"LastSyncTime": "2026-05-02T08:38:19.4530622+02: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>7a25d1bb-1e5b-4c5a-85eb-d2ea444f6a91</BranchIDF> <LastSyncTime>2026-05-02T08:38:19.4530622+02:00</LastSyncTime> <RestaurantIDF>9708f0e7-c8da-4733-a061-3e3c48653901</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. |