Add Menu Levels

post

/config/sim/v1/setup/menulevels

Add the Menu Level object to a specified hierarchy unit of specified organization

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 Added.
Body ()
Root Schema : MenuLevelResponse
Type: object
Show Source
Back to Top