Get Combo Meal Side Group Prices

post

/config/sim/v1/menuItems/combomeals/getmealsidegroupprices

Gets a list of all the prices of a side in a combo meal for the specified organization

Request

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

Response

Supported Media Types

200 Response

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