Update Combo Meals
post
/config/sim/v2/menuItems/updateComboMeals
Updates the Combo Meal.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
request body for Combo Meals
Root Schema : schema
Type:
Show Source
object
-
autoComboMealAlgorithm:
integer
The Auto-Combo AlgorithmExample:
0
-
hierUnitId(required):
integer
Unique hierarchy unit referenceExample:
2
- menuItemMasterObjNum: integer
-
name(required):
object name
Combo Meal Name
-
objectNum(required):
integer
Combo Meal object numberExample:
1
-
options:
string
A string value of 0s & 1s of length 16 representing enabled or disabled optionsExample:
0000000000000000
-
priority:
integer
The combo meal priority when pressing the Auto Combo function keyExample:
1
-
sides:
array sides
An array of Sides that are associated with the combo meal
Nested Schema : name
Type:
object
Combo Meal Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : sides
Type:
array
An array of Sides that are associated with the combo meal
Show Source
Nested Schema : ComboMeals_Sides_CUD
Type:
Show Source
object
-
comboGrpObjNum:
integer
Object number of the Side Item Group that contains the side items for the combo meal.Example:
1
-
defaultMenuLevelIndex:
integer
Index of the default menu level for this combo group.Example:
1
- menuLevel: string
-
prices:
array prices
-
sideCount:
integer
Number of Combo Meal Group items required for the combo meal side.Example:
1
-
sideNum:
integer
Sequence number of the side.Example:
1
Nested Schema : prices
Type:
Show Source
array
-
Array of:
object ComboMeals_Prices
An array of prices associated with the combo meal
Nested Schema : ComboMeals_Prices
Type:
object
An array of prices associated with the combo meal
Show Source
-
activeOnMenuLevel:
integer
The menu level (main or sub) on which the price is active.Example:
0
-
prepCost:
number
The ?? la carte price of the combo group side items.Example:
0.89
-
price:
number
The default side item price to use for the combo group items.Example:
1.23
-
sequenceNum:
integer
The sequence number of the priceExample:
1
Response
Supported Media Types
- application/json
200 Response
Combo Meal Updated.