Update Combo Meal Side Groups

post

/config/sim/v1/menuItems/combomeals/updatemealsidegroups

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

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : ComboMealSideUpdateRequestBody
Type: object
Show Source
Nested Schema : TranslatedString_ComboGroupName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the Combo Group in configured languages
Example:
{
    "en-US":"Combo Group 1",
    "es-MX":"Combo Grupo 1"
}
Back to Top

Response

Supported Media Types

200 Response

A response body for Combo Meal Side
Body ()
Root Schema : ComboMealSideResponse
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