Add Menu Level Entries
post
/config/sim/v2/setup/menuLevels/menuLevelEntries
Add a Menu Level Entry for the specified menu level set
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:
objectModel for a Menu Level Entry CUD Request
Show Source
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1 -
index(required):
integer
Object number of the menu level entryExample:
1 -
name(required):
object name
Menu Level Entry Name
-
objectNum(required):
integer
Object number of the menu level setExample:
1 -
options:
string
A string value of 0s & 1s of length 8 representing the enablement or disablement of the options associatedExample:
00000000 -
prefix:
object prefix
Prefix for Menu Level Entry
-
suffix:
object suffix
Suffix for Menu Level Entry
Nested Schema : name
Type:
objectMenu Level Entry Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}Nested Schema : prefix
Type:
objectPrefix for Menu Level Entry
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}Nested Schema : suffix
Type:
objectSuffix for Menu Level Entry
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}Response
Supported Media Types
- application/json
200 Response
Menu Level Entry Added.