Configuration and Content API Guide

Update Condiment Sets

post

/config/sim/v2/menuItems/updateCondimentSets

Updates the Condiment Set. If Condiment Set is not found , it creates a new condiment set .

Request

Supported Media Types
  • application/json
  • multipart/form-data
Header Parameters
Body (
  1. CondimentSetCUDRequestBodyv2
)
Request body
Root Schema : CondimentSetCUDRequestBodyv2
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 : name
Type: object
Condiment Set Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
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
  • application/json

200 Response

Condiment Set Response
Body (
  1. CondimentSetResponse
)
Root Schema : CondimentSetResponse
Type: object
Show Source

400 Response

400 Bad Request
Body (
  1. ErrorDetails
)
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top