Add Menu Level Entries

post

/config/sim/v1/setup/menulevels/menuLeveleEtries

Add a Menu Level Entry for the specified menu level set

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : MenuLevelEntry
Type: object
Model for a Menu Level Entry
Show Source
Nested Schema : TranslatedString_Name
Type: object
A group of string objects representing the name of the tax in configured languages
Example:
{
    "en-US":"Family Group 1",
    "es-SS":"Grupo familiar 1",
    "lt=LT":"1 ??eimos grup??"
}
Nested Schema : OptionsExt_MenuLevelEntry
Type: object
An object containing the descriptive options list associated with the Menu Level Entry
Show Source
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