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 : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
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
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