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": "a6fd4ff0-ec27-4797-9552-acfc9713e871",
"BranchIDF": "8e70f02b-bc7e-4335-af47-179cf72fea63",
"LastSyncTime": "2026-01-27T16:43:26.1368522+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>8e70f02b-bc7e-4335-af47-179cf72fea63</BranchIDF> <LastSyncTime>2026-01-27T16:43:26.1368522+05:30</LastSyncTime> <RestaurantIDF>a6fd4ff0-ec27-4797-9552-acfc9713e871</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. |