Add Menu Level Entries

post

/config/sim/v2/setup/menulevels/menuLevelEntries

Add a Menu Level Entry for the specified menu level set

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuLevelEntryCUDRequestBodyv2
Type: object
Model for a Menu Level Entry CUD Request
Show Source
Nested Schema : name
Type: object
Menu Level Entry Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : prefix
Type: object
Prefix
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : suffix
Type: object
Suffix
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

A Menu Level Entry object of the menu level set
Body ()
Root Schema : MenuLevelEntryResponse
Type: object
Model for a Menu Level Entry Response
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