Get Combo Side Group Item Prices

post

/config/sim/v1/menuitems/combosidegroups/getsidegroupitemprices

Gets a list of all the prices of a combo meal group item for the specified organization

Request

Supported Media Types
Body ()
Request body
Root Schema : ComboGroupItemPriceGetRequestBody
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A Collection of Combo Meal Group Item Prices.
Body ()
Root Schema : ComboGroupItemPriceGetResponsev1
Type: object
Show Source
Nested Schema : items
Type: array
Array of Combo Group Item Price objects of the organization.
Show Source
Nested Schema : ComboGroupItemPriceResourceObjectv1
Type: object
Model for Combo Group Item Price Object
Show Source
Nested Schema : hierUnitName
Type: object
Hier Unit Name
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Back to Top