Add Menu Item Classes

post

/config/sim/v1/menuItems/menuItemClasses

Adds Menu Item Classes

Request

Supported Media Types
Header Parameters
Body ()
CUD Request body
Root Schema : MenuItemClassCUDRequestBody
Type: object
Show Source
Nested Schema : MenuItemClass_condimentGroups
Type: object
List of condiment groups that are associated with the Menu Item Class
Show Source
Nested Schema : dataExtensions
Type: array
An array of data extensions for the menu item class
Show Source
Nested Schema : MenuItemClassNameTranslatedString
Type: object
A string that contains translations of MenuItemClassName into multiple languages
Example:
{
    "en-US":"Menu Item",
    "de-DE":"Men??punkt",
    "es-MX":"Opci??n del men??"
}
Nested Schema : TranslatedString_PrintClassName
Type: object
A string that contains translations of Print Class name into multiple languages
Example:
{
    "en-US":"Print Class",
    "de-DE":"Klasse drucken",
    "es-MX":"Clase de impresi??n"
}
Nested Schema : TranslatedString_refillDescriptor
Type: object
A string that contains translations of svcGroupName into multiple languages
Example:
{
    "en-US":"Refill Descriptor",
    "de-DE":"Nachf??lldeskriptor",
    "es-MX":"Descriptor de recarga"
}
Nested Schema : allowedCondimentGroups
Type: array
Array of the Condiment Groups that are allowed when adding items in this Menu Item Class.
Show Source
Nested Schema : memberCondimentGroups
Type: array
Array of the Condiment Groups to which items in this Menu Item Class belong.
Show Source
Nested Schema : requiredCondimentGroups
Type: array
Array of the Condiment Groups that are required when ordering items assigned to this Menu Item Class.
Show Source
Nested Schema : MenuItemClass_allowedCondimentGroups
Type: object
Show Source
Nested Schema : MenuItemClass_memberCondimentGroups
Type: object
Show Source
Nested Schema : MenuItemClass_requiredCondimentGroups
Type: object
Show Source
Nested Schema : forceOptions
Type: array
Force Options of the condiment group
Show Source
Nested Schema : MenuItemClass_requiredCondimentGroups_forceOptions
Type: object
Show Source
Nested Schema : MenuItemClass_dataExtensions
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A response body for Menu Item Class
Body ()
Root Schema : MenuItemClassResponse
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