Add Condiment Sets

post

/config/sim/v1/menuItems/condimentsets

Add the condiment set object to a specified hierarchy unit of specified organization.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : CondimentSetCUDRequestBody
Type: object
CUD Request Body for Condiment Set Object
Show Source
Nested Schema : condimentItems
Type: array
An array of menu items that are part of the condiment set
Show Source
Nested Schema : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : CondimentSet_condimentItemsCUD
Type: object
Show Source
  • Sequence number of the condiment item
    Example: 1
  • The number of each condiment that comes with the set.
    Example: 1
  • The Menu Item definition sequence number of each record. This coincides with the Menu Item Definition that appears in the POS client when the condiment is triggered.
    Example: 0
  • Object number of the menu item master assigned to the condiment item
    Example: 1
  • A string value of 0s & 1s of length 8 representing the enablement or disablement of the options associated with the condiment item
    Example: 00000000
  • The order in which the condiments are displayed on checks, receipts, SLUs, and KDS displays. 0 ??? Ascending 1 ??? Descending
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Condiment Set Response
Body ()
Root Schema : CondimentSetResponse
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