Update Combo Meal Side Group Prices
post
/config/sim/v2/menuItems/comboMeals/updateMealSideGroupPrices
Updates a price for a side of a Combo Meal unit
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
CUD Request body
Root Schema : ComboMealPriceUpdateRequestBody
Type:
object
Model for Price of side of Combo Meal Object
Show Source
-
activeOnMenuLevel:
integer
The menu level (main or sub) on which the price is active. This should be a value between 0-8.Setting it to 0 indicates the prices is active on all levelsExample:
0
-
comboMealObjNum(required):
integer
Object Number of the Combo MealExample:
1
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
2
-
prepCost:
number
The preparation cost of the combo meal side.Example:
0.67
-
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 items.Example:
1.23
-
sequenceNum(required):
integer
The sequence number of the priceExample:
1
-
sideNum(required):
integer
Sequence number of the sideExample:
1
Response
Supported Media Types
- application/json
200 Response
Combo Meal Price Response
Root Schema : ComboMealPriceResponse
Type:
Show Source
object
-
comboMealObjNum(required):
integer
Object Number of the Combo MealExample:
1
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
2
-
sequenceNum(required):
integer
The sequence number of the priceExample:
1
-
sideNum(required):
integer
Sequence number of the sideExample:
1
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