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 : MenuLevelCUDRequestBody
Type: object
Model for Menu Level for an organization
Show Source
Nested Schema : menuLevelEntries
Type: array
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : MenuLevel_menuLevelEntries_CUD
Type: object
An array of the entries associated with the menu level
Show Source
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : prefix
Type: object
Prefix
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : suffix
Type: object
Suffix
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Back to Top

Response

Supported Media Types

200 Response

Menu Level Updated or Added.
Body ()
Root Schema : MenuLevelResponse
Type: object
Show Source
Back to Top