Update Combo Meals

post

/config/sim/v1/menuitems/updatecombomeals

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

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : ComboMealsResourceObjectCUDRequestBody
Type: object
Show Source
Nested Schema : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
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