Add Combo Meal Side Group Prices
post
/config/sim/v1/menuItems/combomeals/mealsidegroupprices
Add 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.
-
Simphony-OrgShortName: string
The ShortName of the organization
Request body
Root Schema : ComboMealPrice
Type:
object
Model for Price of side of Combo Meal Object
Show Source
-
activeOnMenuLevel(optional):
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:
integer
Object Number of the Combo MealExample:
1
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
2
-
hierUnitName(optional):
object TranslatedString_HierUnitName
Additional Properties Allowed: additionalPropertiesA group of string objects representing the name of the hierarchy unit configured languages
-
hierUnitObjNum(optional):
integer
Object number of the hierarchy unitExample:
1
-
prepCost(optional):
number
The ?? la carte price of the combo group side items. You can override the ?? la carte price for individual combo group items by setting an ?? la carte price for those items.Example:
0.67
-
price(optional):
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(optional):
integer
The sequence number of the priceExample:
1
-
sideNum:
integer
Sequence number of the sideExample:
1
Nested Schema : TranslatedString_HierUnitName
Type:
object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
"en-US":"Enterprise",
"es-SS":"Empresa",
"lt=LT":"??mon??"
}
Response
Supported Media Types
- application/json
200 Response
Combo Meal Price Response
Root Schema : ComboMealPriceResponse
Type:
Show Source
object
-
comboMealObjNum:
integer
Object Number of the Combo MealExample:
1
-
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
2
-
sequenceNum:
integer
The sequence number of the priceExample:
1
-
sideNum:
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(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(optional):
integer
Error code of the problemExample:
55223
-
status(optional):
integer
HTTP status code.Example:
400
-
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(optional):
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