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 : name
Type: object
Name
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : prefix
Type: object
Prefix
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Nested Schema : suffix
Type: object
Suffix
Example:
{
    "en-US":"Family Group 1",
    "de-DE":"Familiengruppe 1",
    "es-MX":"Grupo Familiar 1"
}
Back to Top

Response

Supported Media Types

200 Response

Menu Level Entry Updated.
Body ()
Root Schema : MenuLevelEntryResponse
Type: object
Model for a Menu Level Entry Response
Show Source
Back to Top