Update Menu Level Entries
post
/config/sim/v2/setup/menuLevels/updateMenuLevelEntries
Updates menu level entry of 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:
object
Model 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
-
suffix:
object suffix
Suffix
Nested Schema : name
Type:
object
Menu Level Entry Name
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : prefix
Type:
object
Prefix
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : suffix
Type:
object
Suffix
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Response
Supported Media Types
- application/json
200 Response
Menu Level Entry Updated.