Update Combo Meals

post

/config/sim/v2/menuItems/updateComboMeals

Updates the Combo Meal.

Request

Supported Media Types
Header Parameters
Body ()
request body for Combo Meals
Root Schema : schema
Type: object
Show Source
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: object
Show Source
Nested Schema : prices
Type: array
Show Source
Nested Schema : ComboMeals_Prices
Type: object
An array of prices associated with the combo meal
Show Source
Back to Top

Response

Supported Media Types

200 Response

Combo Meal Updated.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top