Combo Meals REST Endpoints
v2/Menu Items/Combo Meals/Combo Meals
These APIs maintain Combo Meals:
| Release | Description |
|---|---|
| 23.5 |
|
| 23.6 | Update endpoint will only update an existing record and will not insert a new record. |
| 23.7 | Introduced a new field - pricingAlgorithm |
- Add Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/comboMeals - Bulk Insert Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/bulkInsertComboMeals - Bulk Update Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/bulkUpdateComboMeals - Delete Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/deleteComboMeals - Get Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/getComboMeals - Pre-Delete Check Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/preDeleteCheckComboMeals - Update Combo Meals
- Method: postPath:
/config/sim/v2/menuItems/updateComboMeals