Update Menu Levels

post

/config/sim/v1/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 : MenuLevel
Type: object
Model for Menu Level for an organization
Show Source
Nested Schema : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "ar-AR":"????????"
}
Nested Schema : menuLevelEntries
Type: array
Show Source
Nested Schema : MenuLevel_optionsExt
Type: object
An object containing the descriptive options list associated with the Menu Level
Show Source
Nested Schema : MenuLevel_menuLevelEntries
Type: object
An array of the entries associated with the menu level
Show Source
Nested Schema : MenuLevel_menuLevelEntries_optionsExt
Type: object
An object containing the descriptive options list associated with the Menu level.
Show Source
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