POST api/Menu/getAllModifier
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": "1f8076a0-180b-4fa2-8c94-22b5b9573031",
"BranchIDF": "28d0e59e-4ad3-4cd7-af88-0b9111834a22",
"LastSyncTime": "2026-05-02T08:39:21.1904246+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>28d0e59e-4ad3-4cd7-af88-0b9111834a22</BranchIDF> <LastSyncTime>2026-05-02T08:39:21.1904246+02:00</LastSyncTime> <RestaurantIDF>1f8076a0-180b-4fa2-8c94-22b5b9573031</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. |