Insert Menu Item Definition Default Condiments

post

/config/sim/v1/menuItems/menuitemdefinition/defaultcondiments

Add a default condiment to a specified menu item definition to a specified hierarchy unit .

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : defaultcondiment
Type: object
Model for a Default Condiment Object
Show Source
Nested Schema : TranslatedString_MenuItemMasterName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the menu item master assigned to the condiment item in configured languages
Example:
{
    "en-US":"Condiment Set Items",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : TranslatedStringHierUnitName
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Example:
{
    "en-US":"Enterprise",
    "de-DE":".....",
    "ar-AR":"....."
}
Nested Schema : defaultcondiment_optionsExt
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

default condiments response
Body ()
Root Schema : DefaultCondimentResponse
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

404 Response

404 Requested resource not found
Back to Top