Upsert Combo Meals Lite

post

/config/sim/v2/menuItems/upsertComboMealsLite

Updates provided fields if the Combo Meal exists; inserts a new Combo Meal if it doesn't.

Request

Supported Media Types
Header Parameters
Body ()
Combo Meals Lite upsert request body
Root Schema : schema
Type: object
Show Source
Nested Schema : name
Type: object
Combo Meal Name. Required to create a new Combo Meal.
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

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

201 Response

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