Get Combo Side Group Items Lite

post

/config/sim/v2/menuItems/comboSideGroups/getSideGroupItemsLite

Gets a list of all the items of a combo side group.

Request

Supported Media Types
Body ()
Request body
Root Schema : schema
Type: object
Show Source
  • Combo Meal Group Id
    Example: 1
  • If specified, limits the data returned to these fields.
    Example: hierUnitId
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Array of Combo Side Group Items
Show Source
Nested Schema : ComboSideGroupItemsLite
Type: object
Model for Combo Group Item Object
Show Source
  • Combo Meal Group Id
    Example: 1
  • Object number of the effectivity group
    Example: 1
  • Unique reference of the hierarchy unit where the side group item is located
    Example: 2
  • Object number of the menu item master associated with the combo group item
    Example: 1
  • A string value of 0s & 1s of length 48 representing the enablement or disablement of the options associated with the Combo Meal Group Item. If not specified, this will represent the default options associated with the Combo MealGroup Item
    Example: 000000000000000000000000000000000000000000000000
  • optionsExt
    An object containing the descriptive options list associated with the Combo Meal Group Item
  • The quantity of the item
    Example: 1
  • Object number of the menu item to substitute for the Primary Menu Item when using the Combo Size - Size 1 function key (663).
    Example: 0
  • Menu Level index for using the Combo Size 1. Valid range is between 1 and 8.
    Example: 1
  • Object number of the menu item to substitute for the Primary Menu Item when using the Combo Size - Size 2 function key (664).
    Example: 0
  • Menu Level index for using the Combo Size 2. Valid range is between 1 and 8.
    Example: 1
  • Object number of the menu item to substitute for the Primary Menu Item when using the Combo Size - Size 3 function key (665).
    Example: 0
  • Menu Level index for using the Combo Size 3. Valid range is between 1 and 8.
    Example: 1
  • Object number of the menu item to substitute for the Primary Menu Item when using the Combo Size - Size 4 function key (666).
    Example: 0
  • Menu Level index for using the Combo Size 4. Valid range is between 1 and 8.
    Example: 1
Nested Schema : optionsExt
Type: object
An object containing the descriptive options list associated with the Combo Meal Group Item
Show Source
Back to Top