Add Menu Item Master Groups

post

/config/sim/v1/menuItems/menuItemMasterGroups

Request

Supported Media Types
Header Parameters
Body ()
A CUD Request body for Menu Item Master Group
Root Schema : MenuItemMasterGroupCUDRequestBody
Type: object
Show Source
Nested Schema : name
Type: object
A string that contains translations into multiple languages
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Back to Top

Response

Supported Media Types

200 Response

A response body for Menu Item Master Group added.
Body ()
Root Schema : MenuItemMasterGroupResponse
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