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 : CondimentSetItemInsertRequestBody
Type: object
Model for Condiment Set Item Object
Show Source
  • The number of each condiment that comes with the set.
    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. 0 ??? Ascending 1 ??? Descending
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

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