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
Header Parameters
Body ()
CUD Request body
Root Schema : ComboMealPriceInsertRequestBody
Type: object
Model for Price of side of Combo Meal Object
Show Source
  • 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 levels
    Example: 0
  • Object Number of the Combo Meal
    Example: 1
  • Unique reference of the hierarchy unit
    Example: 2
  • 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
  • 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
  • Sequence number of the side
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Combo Meal Price Response
Body ()
Root Schema : ComboMealPriceResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top