Update Menu Item Groups Lite
post
/config/sim/v2/menuItems/updateMenuItemGroupsLite
Update Menu Item Groups
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
A Request body for Menu Item Group
Root Schema : schema
Type:
Show Source
object
-
groupType:
integer
Group Type Values
Description Value Discount 1 (Default Value) Tax Class 2 Example:1
-
hierUnitId(required):
integer
Unique hierarchy unit referenceExample:
2
-
name(required):
object name
A string that contains translations into multiple languages
-
objectNum(required):
integer
Menu item group object numberExample:
1
-
taxClassObjNum:
integer
Specifies the tax class override.
- For group type 1, the tax class override must be either NULL or 0.
- For group type 2, the tax class override is required and cannot be NULL or 0.
Example:2
-
thresholdQty:
integer
Specifies the threshold quantity for applying overriden tax class
- For group type 1, the Threshold Quantity must be either NULL or 0.
- For group type 2, the Threshold Quantity will use a default value of 1.
Example:2
Nested Schema : name
Type:
object
A string that contains translations into multiple languages
Example:
{
"1":"Coffee",
"2":"Kaffee",
"3":"Cafe"
}
Response
Supported Media Types
- application/json
200 Response
Menu Item Group Updated.