Get Combo Side Group Item Prices
post
/config/sim/v2/menuItems/comboSideGroups/getSideGroupItemPrices
Gets a list of all the prices of a combo meal group item for the specified organization
Request
Supported Media Types
- application/json
- multipart/form-data
Request body
Root Schema : schema
Type:
Show Source
object
-
comboMealGroupId(required):
integer
Combo Meal Group IdExample:
1
-
comboMealGroupItemObjNum(required):
integer
Object number of the menu item master associated with the combo group itemExample:
1
-
include:
string
If specified, limits the data returned to these fields.Example:
hierUnitId, objectNum, name
-
includeAll:
string
If this value is specified, the include parameter is ignored.
Value Description basic Forces the response to include all fields except option string details detailed Forces the response to include all fields including option string details Example:detailed
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
hierUnitId:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(hierUnitId, 2)
Response
Supported Media Types
- application/json
200 Response
A collection of Combo Meal Group Item Prices.
Nested Schema : ComboSideGroupItemPricev2
Type:
object
Model for Combo Group Item Price Object
Show Source
-
activeOnLevel:
integer
The main menu level on which the price is active. Setting it to 0 indicates the prices is active on all levelsExample:
0
-
comboMealGroupItemObjNum:
integer
Object number of the menu item master associated with the combo group itemExample:
1
-
comboMealGroupObjNum:
integer
Object Number of the Combo Meal groupExample:
1
-
effectivityGroupObjNum:
integer
Object number of the effectivity group associated with the priceExample:
1
-
hierUnitId:
integer
Unique hierarchy unit value where the price is located.Example:
2
-
prepcost:
number
The preparation cost of the combo group side items.Example:
0.89
-
price:
number
The default side item price to use for the combo group items. You can override the price for individual combo group items by setting a price for those itemsExample:
1.23
-
sequenceNum:
integer
The sequence number of the priceExample:
1