Insert Menu Item Definition Default Condiments
post
/config/sim/v2/menuItems/menuItemDefinition/defaultCondiments
Add a default condiment to a specified menu item definition to a specified hierarchy unit .
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Request body
Root Schema : schema
Type:
object
Model for a Default Condiment Object
Show Source
-
condimentSetObjNum:
integer
Object number of the Condiment Set items that are to be assigned as the default condiments when the associated Menu Item is ordered.Example:
1
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1
-
miDefSequence(required):
integer
Sequence number of the menu item definition to which the condiments are associatedExample:
1
-
miMstrObjNum(required):
integer
Object Number of the menu item master for which the condiments are associated.Example:
1
-
options:
string
A string value of 0s & 1s of length 8 representing the enablement or disablement of the options associated with the condiment set associated with the menu itemExample:
00000000
-
sortGroup:
integer
Sort Group number for the Condiment Set.Example:
1
Response
Supported Media Types
- application/json
200 Response
Menu Item Definition Default Condiment Added.