Update Combo Meals

post

/config/sim/v2/menuItems/updateComboMeals

Updates the Combo Meal. If Combo Meal is not found, it creates a new Combo Meal.

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : ComboMealsResourceObjectCUDRequestBodyv2
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

A response body for Combo Meals
Body ()
Root Schema : ComboMealsResponse
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