Add Combo Meals Lite
post
/config/sim/v2/menuItems/comboMealsLite
Adds the Combo Meal.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Combo Meals Lite insert and update request body
Root Schema : schema
Type:
Show Source
object
-
autoComboMealAlgorithm:
integer
The Auto-Combo Algorithm. Allowed values are 0,1,2
Description Value First Deal Found 0 Best Deal for Customer 1 Best Deal for Merchant 2 Example: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
-
pricingAlgorithm:
integer
Pricing Algorithm Values
Description Value Default NULL Most Expensive Side Group 1 Least Expensive Side Group 2 Example:1
-
priority:
integer
The combo meal priority when pressing the Auto Combo function keyExample:
1
Nested Schema : name
Type:
object
Combo Meal Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Response
Supported Media Types
- application/json
200 Response
Combo Meal Added.