Update Menu Levels

post

/config/sim/v2/setup/updateMenuLevels

Updates the Menu Level. If no Menu Level is found, it creates a Menu Level

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuLevelCUDRequestBodyv2
Type: object
Model for Menu Level for an organization
Show Source
Nested Schema : menuLevelEntries
Type: array
Show Source
Nested Schema : name
Type: object
Menu Level Name
Example:
{
    "1":"Property",
    "2":"Eigentum",
    "3":"Propiedad"
}
Nested Schema : MenuLevel_menuLevelEntries_CUDv2
Type: object
An array of the entries associated with the menu level
Show Source
Nested Schema : name
Type: object
Menu Level Entry Name
Example:
{
    "1":"Property",
    "2":"Eigentum",
    "3":"Propiedad"
}
Nested Schema : prefix
Type: object
Prefix
Example:
{
    "1":"Property",
    "2":"Eigentum",
    "3":"Propiedad"
}
Nested Schema : suffix
Type: object
Suffix
Example:
{
    "1":"Property",
    "2":"Eigentum",
    "3":"Propiedad"
}
Back to Top

Response

Supported Media Types

200 Response

Menu Level Response
Body ()
Root Schema : MenuLevelResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top