Add Combo Side Groups Lite
post
/config/sim/v2/menuItems/comboSideGroupsLite
Adds a Combo Side Group
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Insert Request body
Root Schema : schema
Type:
Show Source
object
-
alternateGroups:
array alternateGroups
An array of alternate groups associated with combo side group.
-
hierUnitId(required):
integer
Unique hierarchy unit value.Example:
2
-
name(required):
object name
Name of the combo side group.
-
objectNum(required):
integer
Object number of the combo side group.Example:
1
-
options:
string
A string value of 0s & 1s of length 8 representing enabled or disabled optionsExample:
00000000
Nested Schema : alternateGroups
Type:
array
An array of alternate groups associated with combo side group.
Show Source
Nested Schema : name
Type:
object
Name of the combo side group.
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : items
Type:
Show Source
object
-
alternateGroupObjNum:
integer
Object number of the alternate combo side group.Example:
2
-
sequenceNum:
integer
Sequence number of the alternate combo side group.Example:
1
Response
Supported Media Types
- application/json
200 Response
Combo Side Group Added.