Add Menu Item Classes

post

/config/sim/v1/menuItems/menuItemClasses

Adds Menu Item Classes

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuItemClass
Type: object
Show Source
Nested Schema : TranslatedString_allergenClassName
Type: object
A string that contains translations of allergenClassName into multiple languages
Example:
{
    "en-US":"Allergen Class",
    "de-DE":"Allergenklasse",
    "ar-AR":"?????????? ???????????? ????????????????"
}
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 : TranslatedString_DefaultMasterGroup
Type: object
A string that contains translations of DefaultMasterGroup name into multiple languages
Example:
{
    "en-US":"Master Group",
    "de-DE":"Meistergruppe",
    "ar-AR":"???????????????????? ????????????????"
}
Nested Schema : TranslatedString_dscItmZrName
Type: object
A string that contains translations of dscItmZrName into multiple languages
Example:
{
    "en-US":"Discount Itemizer",
    "de-DE":"Rabatt-Itemizer",
    "ar-AR":"?????????????????? ??????????"
}
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : TranslatedString_kdsCourseName
Type: object
A string that contains translations of KDS Course name into multiple languages
Example:
{
    "en-US":"Course",
    "de-DE":"Kurs",
    "ar-AR":"????????????????"
}
Nested Schema : TranslatedString_kdsHighlightName
Type: object
A string that contains translations of Print Class name into multiple languages
Example:
{
    "en-US":"Scheme",
    "de-DE":"Planen",
    "ar-AR":"????????"
}
Nested Schema : MenuItemClassNameTranslatedString
Type: object
A string that contains translations of MenuItemClassName into multiple languages
Example:
{
    "en-US":"Menu Item",
    "de-DE":"Men??punkt",
    "ar-AR":"?????????? ??????????????"
}
Nested Schema : MenuItemClass_optionsExt
Type: object
An object containing the descriptive options
Show Source
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",
    "ar-AR":"???????????????? ??????????????"
}
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",
    "ar-AR":"???????????????? ??????????"
}
Nested Schema : TranslatedString_svcGroupName
Type: object
A string that contains translations of svcGroupName into multiple languages
Example:
{
    "en-US":"Print Class",
    "de-DE":"Servicegruppe",
    "ar-AR":"?????????????????????? ????????????"
}
Nested Schema : TranslatedString_ServiceChargeItemizer
Type: object
A string that contains translations of ServiceCharge Itemizer name into multiple languages
Example:
{
    "en-US":"Service Charge",
    "de-DE":"Servicegeb??hr",
    "ar-AR":"?????????? ????????????"
}
Nested Schema : TranslatedStringTaxClassName
Type: object
A string that contains translations of TaxClassName into multiple languages
Example:
{
    "en-US":"Tax Class",
    "de-DE":"Steuerklasse",
    "ar-AR":"?????????? ??????????????"
}
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