Add Condiment Groups
post
/config/sim/v2/menuItems/condimentGroups
Adds a Condiment Group
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
CUD Request Body for Condiment Group object of the organization
Root Schema : schema
Type:
objectCUD Request Body for Condiment Group Object
Show Source
-
consumerDescription:
object consumerDescription
Consumer Description
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1 -
name(required):
object name
Condiment Group Name
-
objectNum(required):
integer
Object number of the condiment GroupExample:
1
Nested Schema : consumerDescription
Type:
objectConsumer Description
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}Nested Schema : name
Type:
objectCondiment Group Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}Response
Supported Media Types
- application/json
200 Response
Condiment Group Added.