Update Menu Level Entries

post

/config/sim/v1/setup/menulevels/updateMenuLevelEntries

Updates menu level entry of the specified menu level set

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuLevelEntryCUDRequestBody
Type: object
Model for a Menu Level Entry CUD Request
Show Source
Nested Schema : TranslatedString_Name
Type: object
Additional Properties Allowed
Show Source
A group of translated names
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
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