POST services/api/rest/v1/Get_Menu_Item_Modifiers
Request Information
URI Parameters
None.
Body Parameters
MenuItem_RestBasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestedList | RestBasicFilter |
None. |
|
| RoomId | integer |
None. |
|
| SellingPriceLevel | integer |
None. |
|
| CatId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestedList": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"LocationId": 4,
"Type": 5
},
"RoomId": 1,
"SellingPriceLevel": 2,
"CatId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Rest_ItemModifier_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ItemModifiers | Collection of Rest_ModifierFilter |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ItemModifiers": [
{
"Id": 1,
"Name": "sample string 2",
"Rate": 3.0,
"Barcode": "sample string 4",
"Type": "sample string 5",
"ModifierCode": "sample string 6",
"CategoryId": 7
},
{
"Id": 1,
"Name": "sample string 2",
"Rate": 3.0,
"Barcode": "sample string 4",
"Type": "sample string 5",
"ModifierCode": "sample string 6",
"CategoryId": 7
}
]
},
{
"Id": 1,
"ItemModifiers": [
{
"Id": 1,
"Name": "sample string 2",
"Rate": 3.0,
"Barcode": "sample string 4",
"Type": "sample string 5",
"ModifierCode": "sample string 6",
"CategoryId": 7
},
{
"Id": 1,
"Name": "sample string 2",
"Rate": 3.0,
"Barcode": "sample string 4",
"Type": "sample string 5",
"ModifierCode": "sample string 6",
"CategoryId": 7
}
]
}
]