Get Menu Item Groups Lite

post

/config/sim/v2/menuItems/getMenuItemGroupsLite

Get Menu Item Groups

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • 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 using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Sorts the response by the specified field name and sort order.
    Example: hierUnitId:asc
  • 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 Menu Item Groups
Show Source
Nested Schema : items
Type: object
Show Source
  • Group Type Values
    Description Value
    Discount 1 (Default Value)
    Tax Class 2
    Example: 1
  • Unique hierarchy unit reference
    Example: 2
  • name
    A string that contains translations into multiple languages
  • Menu item group object number
    Example: 1
  • Specifies the tax class override.
    • For group type 1, the tax class override must be either NULL or 0.
    • For group type 2, the tax class override is required and cannot be NULL or 0.
    Example: 2
  • Specifies the threshold quantity for applying overriden tax class
    • For group type 1, the Threshold Quantity must be either NULL or 0.
    • For group type 2, the Threshold Quantity will use a default value of 1.
    Example: 2
Nested Schema : name
Type: object
A string that contains translations into multiple languages
Example:
{
    "1":"Coffee",
    "2":"Kaffee",
    "3":"Cafe"
}
Back to Top