Combo Side Groups REST Endpoints

v2/Menu Items/Combo Side Groups/Combo Side Groups

These APIs maintain Combo Meal Side Groups:

Release Description
23.5
  • Combo Side Groups v2 introduced
  • Added bulk update endpoint. This endpoint is supported starting from Simphony Version 19.8
23.6
  • Update endpoint will only update an existing record and will not insert a new record.
  • comboMealGroupObjNum has been replaced by comboMealGroupId
  • Introduced hierUnitId property under the prices array, representing the hierarchy unit where the price is located
  • Bulk API operations for this object are supported starting from Simphony version 19.8.2.
Add Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/comboSideGroups
Bulk Insert Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/bulkInsertComboSideGroups
Bulk Update Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/bulkUpdateComboSideGroups
Delete Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/deleteComboSideGroups
Get Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/getComboSideGroups
Update Combo Side Groups
Method: post
Path: /config/sim/v2/menuItems/updateComboSideGroups