Update Combo Meals
post
/config/sim/v2/menuItems/updateComboMeals
Updates the Combo Meal. If Combo Meal is not found, it creates a new Combo Meal.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Root Schema : ComboMealsResourceObjectCUDRequestBodyv2
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
A response body for Combo Meals
Root Schema : ComboMealsResponse
Type:
Show Source
object
-
hierUnitId(required):
integer
Unique hierarchy unit valueExample:
1
-
objectNum(required):
integer
Unique reference of the Combo MealExample:
2
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html