Get Combo Side Groups Lite
post
/config/sim/v2/menuItems/getComboSideGroupsLite
Gets all the Combo Side Groups
Request
Supported Media Types
- application/json
- multipart/form-data
Get Request body
Root Schema : schema
Type:
Show Source
object
-
include:
string
If specified, limits the data returned to these fields.Example:
hierUnitId, objectNum, name
-
includeAll:
string
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
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
hierUnitId:asc
-
searchCriteria:
string
If specified, returns records that match the criteria.Example:
where equals(hierUnitId, 7)
Response
Supported Media Types
- application/json
200 Response
Success
Nested Schema : ComboSideGroupsLite
Type:
Show Source
object
-
alternateGroups:
array alternateGroups
An array of alternate groups associated with combo side group.
-
comboMealGroupId:
integer
Unique ID of combo side group.Example:
2
-
hierUnitId:
integer
Unique hierarchy unit value.Example:
2
-
name:
object name
Name of the combo side group.
-
objectNum:
integer
Object number of the combo side group.Example:
1
-
options:
string
A string value of 0s & 1s of length 8 representing enabled or disabled optionsExample:
00000000
-
optionsExt:
object optionsExt
An object containing the descriptive options list associated with the combo side group.
Nested Schema : alternateGroups
Type:
array
An array of alternate groups associated with combo side group.
Show Source
Nested Schema : name
Type:
object
Name of the combo side group.
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : optionsExt
Type:
object
An object containing the descriptive options list associated with the combo side group.
Show Source
-
allowDiscounts:
boolean
Flag indicating to apply discounts to items in this group.Example:
false
-
substitutionGroupItemsUseThisSidesPrice:
boolean
When substituting a Combo Meal side with a menu item from another group, Set this attribute to True to set the item's price to the side's combo meal price specified in the sides Combo Group Price.Example:
false
Nested Schema : items
Type:
Show Source
object
-
alternateGroupObjNum:
integer
Object number of the alternate combo side group.Example:
2
-
sequenceNum:
integer
Sequence number of the alternate combo side group.Example:
1