Add Condiment Set Items

post

/config/sim/v1/menuItems/condimentsets/items

Add the condiment item to a condiment set object to a specified hierarchy unit .

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : schema
Type: object
Model for Condiment Set Item Object
Show Source
  • The number of each condiment that comes with the set. Value must lie between 0 and 99999999.
    Example: 1
  • Unique reference of the hierarchy unit
    Example: 2
  • 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
  • Object Number of the condiment set
    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. Value must lie between 0 and 32767.
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Condiment Set Item Added.
Body ()
Root Schema : CondimentSetItemResponse
Type: object
Show Source
Back to Top