Update Combo Side Groups (v2)
Endpoint: config/sim/v2/menuItems/bulkUpdateComboSideGroups
Pre-Processing Validation Criteria
-
A non-empty request file is required.
-
You do not have permissions to access this resource.
-
The HierUnitId field is required.
-
The ObjectNumber field is required.
-
Invalid ObjectNumber , it must be non-nullable and non-zero
-
Name cannot exceed 128 characters
-
name should contain a valid language
-
Option bit must contain only 0's and 1's
-
The field Quantity must be between 1 and 99
-
The field Size1MenuLevelIndex must be between 1 and 8.
-
The field Size2MenuLevelIndex must be between 1 and 8.
-
The field Size3MenuLevelIndex must be between 1 and 8.
-
The field Size4MenuLevelIndex must be between 1 and 8.
-
The field options must be a string of length 48 (for items.options)
-
The field effectivityGroupObjNum must be between -1 and 999999999.
-
The field sequencenum must be between 1 and 8
-
The field ActiveOnLevel must be between 0 and 8.
-
Duplicate objectNum
-
Duplicate sequenceNum within alternateGroups
-
The field sequenceNum cannot be null within alternateGroups
-
The field sequenceNum must be in sequential order for alternateGroups, starting from 1
-
The field alternateGroupObjNum cannot be null within alternateGroups
-
The field alternateGroupObjNum cannot be equal to the objectNumber
-
The field itemObjNum cannot be null within items
-
Duplicate itemObjNum within items
-
Invalid items.options. Cannot select more than 1 item as default for the same order type
-
items.size1ItemObjNum(s) are not equal to any of the items.itemObjNum(s)
-
items.size2ItemObjNum(s) are not equal to any of the items.itemObjNum(s)
-
items.size3ItemObjNum(s) are not equal to any of the items.itemObjNum(s)
-
items.size4ItemObjNum(s) are not equal to any of the items.itemObjNum(s)
-
Duplicate sequenceNum within prices
-
The field sequenceNum cannot be null within prices
-
The field sequenceNum must be in sequential order within an item, starting from 1
-
Invalid Language Id specified: {list of invalid codes}
-
The field options must be a string of length 8.
-
The field options must be a string of length 48 (for items.options).
Sample Request
[
{
"hierUnitId": 88,
"name": {
"en-US": "Combo Group #10"
},
"alternateGroups": [
{
"alternateGroupObjNum": 2,
"sequenceNum": 1
}
],
"items": [
{
"itemObjNum": 2,
"quantity": 10,
"options": "0000000000000000",
"size1MenuLevelIndex": 1,
"prices": [
{
"sequenceNum": 1,
"price": 230,
"prepCost": 150
}
]
},
{
"itemObjNum": 3,
"quantity": 30,
"options": 0,
"size1MenuLevelIndex": 2
}
],
"objectNum": 10
},
{
"hierUnitId": 88,
"name": {
"en-US": "Combo Group #11"
},
"items": [
{
"itemObjNum": 4,
"quantity": 10,
"options": "0000000000000000",
"size1MenuLevelIndex": 1,
"prices": [
{
"sequenceNum": 1,
"price": 500,
"prepCost": 250
}
]
}
],
"objectNum": 11
}
]