Get a menu
get
/api/v1/menus/{menuId}
{basePath}/menus/1233
API returns menu. A menu describes the set of items that can be ordered from a revenue center. The menu includes the menu items, prices, and related information necessary to order an item.Request
Supported Media Types
- application/json
Path Parameters
-
menuId(required): string
The identifier for an individual menu.
Header Parameters
-
If-Modified-Since: string
If-Modified-Since HTTP header
-
If-None-Match: string
If-None-Match HTTP header
-
Simphony-LocRef(required): string
The location identifier. Will be forced to lower-case.
-
Simphony-OrgShortName(required): string
The organization identifier. Will be forced to lower-case.
-
Simphony-RvcRef(required): integer
The revenue center identifier.
Response
Supported Media Types
- application/json
200 Response
A Menu
Headers
-
ETag: string
The current entity-tag for the selected representation. See RFC 7232 Section 2.3
-
Last-Modified: string
A timestamp indicating the date and time at which the origin server believes the selected representation was last modified. See RFC 7232 Section 2.2
Root Schema : Menu
Type:
object
A menu is a collection of the Menu Items and Condiments that are used to create an order. The menu provides information about the price of the items and the rules to follow for applying condiments to menu items.
Show Source
-
allergens:
array allergens
Array of allergens.
-
comboMeals:
array comboMeals
Array of combo meals.
-
condimentGroups:
array condimentGroups
Array of contiment groups.
-
condimentItems:
array condimentItems
Array of condiment items.
-
familyGroups:
array familyGroups
Array of family groups.
- menuItems: array menuItems
-
MenuSummaryProperties:
object MenuSummaryProperties
-
options:
array options
Array of options.
Supported options:
- condimentPrefixes
First Available Version: STS Gen2 1.7.1
Nested Schema : allergens
Type:
array
Array of allergens.
Show Source
-
Array of:
object Allergen
Model for an allergen
Nested Schema : comboMeals
Type:
array
Array of combo meals.
Show Source
-
Array of:
object ComboMealItem
A Combo Meal that can be ordered.
Nested Schema : condimentGroups
Type:
array
Array of contiment groups.
Show Source
-
Array of:
object CondimentGroup
A group that references one-or-more condiment items.
Nested Schema : condimentItems
Type:
array
Array of condiment items.
Show Source
-
Array of:
object CondimentItem
A Condiment Item is an item used to provide information about how a menu item is prepared. Condiments may have prices that add to price of the item it modifies. Condiments may also have default condiments and its condiment modifications, e.g., a Steak with Salad option that has a dressing option.
Nested Schema : familyGroups
Type:
array
Array of family groups.
Show Source
-
Array of:
object FamilyGroupItem
Model for a Family Group
Nested Schema : MenuSummaryProperties
Type:
Show Source
object
-
description:
string
A description of the menu
- menuId(required): string
-
name(required):
string
Menu nameExample:
1
-
OrgLocRvcProperties:
object OrgLocRvcProperties
A collection of properties for orgShortName, locRef and rvcRef
Nested Schema : options
Type:
array
Array of options.
Show Source
Supported options:
- condimentPrefixes
First Available Version: STS Gen2 1.7.1
-
Array of:
object condimentPrefixes
Model for condiment prefixes.
First Available Version: STS Gen2 1.7.1
Nested Schema : Allergen
Type:
object
Model for an allergen
Show Source
-
allergenId(required):
string
Identifier for an allergen
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Nested Schema : TranslatedString
Type:
object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
**Example**
`{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Example:
{
"en-US":"Coffee",
"de-DE":"Kaffee",
"ar-AR":"????????"
}
Nested Schema : ComboMealItem
Type:
object
A Combo Meal that can be ordered.
Show Source
-
comboGroups(required):
array comboGroups
Array of Combo Group items from which user will make selections to complete definition of the combo.
-
comboMealId(required):
integer
The combo meal identifier.
- menuItemRef(required): integer
-
name(required):
string
Name of the combo meal item.
Nested Schema : comboGroups
Type:
array
Array of Combo Group items from which user will make selections to complete definition of the combo.
Show Source
-
Array of:
object ComboGroupItem
A Combo Group.
Nested Schema : ComboGroupItem
Type:
object
A Combo Group.
Show Source
-
comboGroupId(required):
integer
The combo group identifier.
-
count:
integer
The number of items to select from the group when adding the combo meal to a check.
-
isMainGroup:
boolean
When true, indicates this group is the "main group". Options: true or false.
- menuItems(required): array menuItems
-
name(required):
string
The name of the combo group.
-
prices(required):
array prices
An array of zero or more prices for the combo menu item.
Nested Schema : prices
Type:
array
An array of zero or more prices for the combo menu item.
Show Source
-
Array of:
array ComboMenuItemPrice
Combo menu item price is the amount charged for the sale of a combo menu item.
Nested Schema : ComboMenuItem
Type:
object
A menu item which is part of a combo meal.
Show Source
-
count:
integer
The number of items to select from the group when adding the combo meal to a check.
- menuItemRef(required): integer
-
prices(required):
array prices
An array of zero or more prices for the combo menu item.
Nested Schema : prices
Type:
array
An array of zero or more prices for the combo menu item.
Show Source
-
Array of:
array ComboMenuItemPrice
Combo menu item price is the amount charged for the sale of a combo menu item.
Nested Schema : ComboMenuItemPrice
Type:
array
Combo menu item price is the amount charged for the sale of a combo menu item.
Show Source
-
price(required):
number
The price that can be used when a adding the menu item to a check.
-
priceSequence(required):
integer
The price sequence number.
Nested Schema : CondimentGroup
Type:
object
A group that references one-or-more condiment items.
Show Source
-
condimentGroupId(required):
integer
Condiment Group Identifier.Example:
32
-
condimentItemRefs(required):
array condimentItemRefs
An array of references to items in the `Menu.condimentItems` collection.
-
ConsumerContentProperties:
object ConsumerContentProperties
A collection of consumer based content
-
name(required):
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Nested Schema : condimentItemRefs
Type:
array
An array of references to items in the `Menu.condimentItems` collection.
Show Source
Nested Schema : ConsumerContentProperties
Type:
object
A collection of consumer based content
Show Source
-
consumerDescription:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
consumerName:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
images:
array images
Nested Schema : images
Type:
Show Source
array
-
Array of:
object ImageLink
Represents a link to an image
Nested Schema : ImageLink
Type:
object
Represents a link to an image
Show Source
-
altText:
string
Alt text for the imageExample:
pizza
-
description:
string
Description text for the image
-
index:
string
Unique identifier for the image
-
isCloudImage:
boolean
-
size:
string
Image size
-
url(required):
string
URL for the image.Example:
https://oracleObjectStore.com/images/coffee822815.jpg
Nested Schema : CondimentItem
Type:
object
A Condiment Item is an item used to provide information about how a menu item is prepared. Condiments may have prices that add to price of the item it modifies. Condiments may also have default condiments and its condiment modifications, e.g., a Steak with Salad option that has a dressing option.
Show Source
-
condimentId(required):
integer
Condiment Item IdentifierExample:
32
-
definitions(required):
array definitions
-
dietaryInformation:
array dietaryInformation
Dietary information for this condiment item
-
familyGroupRef(required):
integer
Reference to a family group item in menu.familyGroups
-
NamedObject:
object NamedObject
-
tagGroups:
array tagGroups
-
tags:
array tags
Nested Schema : definitions
Type:
Show Source
array
-
Array of:
object CondimentItemDefinition
A condiment item definition contains operational attributes of a condiment item.
Nested Schema : dietaryInformation
Type:
array
Dietary information for this condiment item
Show Source
Nested Schema : NamedObject
Type:
Show Source
object
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Nested Schema : CondimentItemDefinition
Type:
object
A condiment item definition contains operational attributes of a condiment item.
Show Source
-
allergens:
array allergens
List of identifiers that references allergens that apply to this condiment item.
-
ConsumerContentProperties:
object ConsumerContentProperties
A collection of consumer based content
-
extensions:
object ExtensionData
Additional Properties Allowed: additionalPropertiesContainer for extension data
-
name2(required):
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
NamedObject:
object NamedObject
-
number(required):
integer
The number of the definition. This value is used when ordering the item.
-
nutritionalData:
array nutritionalData
List of nutritional Data that apply to this condiment item.
-
options:
array options
A list of option values. If present the corresponding option is set. Duplicates are ignored.
Supported options:
- allowCondimentPrefix - Configuration flag indicates that item supports enhanced prefixes (Option 65 - Support enhanced Prefix Mode must be selected for Menu Item Class Simphony). First Available Version: STS Gen2 1.7.1
- containsAlcohol - Configuration flag indicates item contains alcohol (Option 82 - Contains Alcohol must be selected for Menu Item Class Simphony) First Available Version: Simphony version 19.2.1, STS Gen2 1.1.6.1
-
prices:
array prices
Collection of prices that can be used when ordering a condiment item.
-
slus:
array slus
A collection of the screen-lookup groups for the item. This value is provided to group or filter items on a user interface.
-
tagGroups:
array tagGroups
-
tags:
array tags
List of tags that apply to this condiment item.
Nested Schema : allergens
Type:
array
List of identifiers that references allergens that apply to this condiment item.
Show Source
Example:
[
"milk",
"peanut"
]
Nested Schema : ExtensionData
Type:
object
Additional Properties Allowed
Show Source
Container for extension data
Nested Schema : nutritionalData
Type:
array
List of nutritional Data that apply to this condiment item.
Show Source
-
Array of:
object NutritionalData
Nutritional data for a menu item. It is assumed that nutritional items are defined where the serving size is one of the menu item.
Nested Schema : options
Type:
array
A list of option values. If present the corresponding option is set. Duplicates are ignored.
Show Source
Supported options:
- allowCondimentPrefix - Configuration flag indicates that item supports enhanced prefixes (Option 65 - Support enhanced Prefix Mode must be selected for Menu Item Class Simphony). First Available Version: STS Gen2 1.7.1
- containsAlcohol - Configuration flag indicates item contains alcohol (Option 82 - Contains Alcohol must be selected for Menu Item Class Simphony) First Available Version: Simphony version 19.2.1, STS Gen2 1.1.6.1
-
Array of:
string
Allowed Values:
[ "allowCondimentPrefix", "containsAlcohol" ]
Nested Schema : prices
Type:
array
Collection of prices that can be used when ordering a condiment item.
Show Source
-
Array of:
object MenuItemPrice
Represents a price for a menu item.
Nested Schema : slus
Type:
array
A collection of the screen-lookup groups for the item. This value is provided to group or filter items on a user interface.
Show Source
-
Array of:
object ScreenLookup
Information about a Screen Lookup (SLU)
Nested Schema : NutritionalData
Type:
object
Nutritional data for a menu item. It is assumed that nutritional items are defined where the serving size is one of the menu item.
Show Source
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
nutritionalItemId:
string
Identifier for the nutritional itemExample:
fat, sodium
-
unitOfMeasure:
string
unit of measure for the nutritional itemExample:
grams, milligrams, calorie
-
value:
number
The amount of the nutritional item associated with the menu item.Example:
475
Nested Schema : MenuItemPrice
Type:
object
Represents a price for a menu item.
Show Source
-
name:
string
Describes some facet of the price; an example might be a size.
-
price(required):
number
The price that can be used when a adding the menu item to a check.
-
priceSequence(required):
integer
The price sequence
Nested Schema : ScreenLookup
Type:
object
Information about a Screen Lookup (SLU)
Show Source
-
images:
array images
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
sluId(required):
integer
The identifier (SluIndex) of the SLU
-
sluNumber(required):
integer
Represents the SLUn property name of the POS menu item definition. SLU2 is sluNumber = 2, SLU8 is sluNumber = 8 etc. SLU is sluNumber = 1.
Nested Schema : images
Type:
Show Source
array
-
Array of:
object ImageLink
Represents a link to an image
Nested Schema : TagGroup
Type:
object
A group of tags
Show Source
-
id(required):
string
Unique identifier for the tag group
-
tags(required):
array tags
The tags in this tag group, can be empty
Nested Schema : FamilyGroupItem
Type:
object
Model for a Family Group
Show Source
-
consumerDescription:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
consumerName:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
familyGroupItemId(required):
integer
-
images:
array images
Array of images.
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
Nested Schema : images
Type:
array
Array of images.
Show Source
-
Array of:
object ImageLink
Represents a link to an image
Nested Schema : MenuItem
Type:
object
A Menu Item is an item that is ordered.
Show Source
-
definitions(required):
array definitions
-
dietaryInformation:
array dietaryInformation
Dietary information for this menu item
-
familyGroupRef(required):
integer
Reference to a family group item in menu.familyGroups
- menuItemId(required): integer
-
NamedObject:
object NamedObject
-
tagGroups:
array tagGroups
Array of tag groups.
-
tags:
array tags
Array of tags.
Nested Schema : definitions
Type:
Show Source
array
-
Array of:
object MenuItemDefinition
A menu item definition contains operational attributes of a menu item.
Nested Schema : tagGroups
Type:
array
Array of tag groups.
Show Source
-
Array of:
object TagGroup
A group of tags
Nested Schema : MenuItemDefinition
Type:
object
A menu item definition contains operational attributes of a menu item.
Show Source
-
allergens:
array allergens
List of identifiers that references allergens that apply to this menu item.
-
condimentGroupRules:
array condimentGroupRules
Defines a set of condiment groups from which items are selected when adding an the menu item to a guest check.
-
consumerAdvisoryText:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
ConsumerContentProperties:
object ConsumerContentProperties
A collection of consumer based content
-
defaultCondiments:
array defaultCondiments
The collection of condiments associated with the menu item by default.
-
definitionSequence(required):
integer
The number of the definition. This value is used when ordering the item.
-
extensions:
object ExtensionData
Additional Properties Allowed: additionalPropertiesContainer for extension data
-
name2(required):
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
NamedObject:
object NamedObject
-
nutritionalData:
array nutritionalData
A list of nutritional data for the menu item. It is assumed that nutritional items are defined where the serving size is one of the menu item.
-
options:
array options
A list of option values. If present the corresponding option is set. Duplicates are ignored.
Supported options:
- allowCondimentPrefix - Configuration flag indicates that item supports enhanced prefixes (Option 65 - Support enhanced Prefix Mode must be selected for Menu Item Class Simphony). First Available Version: STS Gen2 1.7.1
- containsAlcohol - Configuration flag indicates item contains alcohol (Option 82 - Contains Alcohol must be selected for Menu Item Class Simphony) First Available Version: Simphony version 19.2.1, STS Gen2 1.1.6.1
-
prices:
array prices
Collection of prices that can be uses when ordering a menu item.
-
slus:
array slus
A collection of the screen-lookup groups for the item. This value is provided to group or filter items on a user interface.
-
tagGroups:
array tagGroups
-
tags:
array tags
List of tags that apply to this menu item.
-
taxClassRef:
integer
Reference to tax class definition.
Nested Schema : allergens
Type:
array
List of identifiers that references allergens that apply to this menu item.
Show Source
Example:
[
"milk",
"peanut"
]
Nested Schema : condimentGroupRules
Type:
array
Defines a set of condiment groups from which items are selected when adding an the menu item to a guest check.
Show Source
-
Array of:
object CondimentGroupRule
Represents a rule for condiment group that describes condiment selection rules used when adding an menu item to a check.
Nested Schema : defaultCondiments
Type:
array
The collection of condiments associated with the menu item by default.
Show Source
-
Array of:
object DefaultCondiment
Represents a default condiment for a menu item.
Nested Schema : nutritionalData
Type:
array
A list of nutritional data for the menu item. It is assumed that nutritional items are defined where the serving size is one of the menu item.
Show Source
-
Array of:
object NutritionalData
Nutritional data for a menu item. It is assumed that nutritional items are defined where the serving size is one of the menu item.
Nested Schema : options
Type:
array
A list of option values. If present the corresponding option is set. Duplicates are ignored.
Show Source
Supported options:
- allowCondimentPrefix - Configuration flag indicates that item supports enhanced prefixes (Option 65 - Support enhanced Prefix Mode must be selected for Menu Item Class Simphony). First Available Version: STS Gen2 1.7.1
- containsAlcohol - Configuration flag indicates item contains alcohol (Option 82 - Contains Alcohol must be selected for Menu Item Class Simphony) First Available Version: Simphony version 19.2.1, STS Gen2 1.1.6.1
-
Array of:
string
Allowed Values:
[ "allowCondimentPrefix", "containsAlcohol" ]
Nested Schema : prices
Type:
array
Collection of prices that can be uses when ordering a menu item.
Show Source
-
Array of:
object MenuItemPrice
Represents a price for a menu item.
Nested Schema : slus
Type:
array
A collection of the screen-lookup groups for the item. This value is provided to group or filter items on a user interface.
Show Source
-
Array of:
object ScreenLookup
Information about a Screen Lookup (SLU)
Nested Schema : CondimentGroupRule
Type:
object
Represents a rule for condiment group that describes condiment selection rules used when adding an menu item to a check.
Show Source
-
condimentGroupRef(required):
integer
Reference to an item in the `Menu.condimentGroups` collection.Example:
5802109
-
maximumCount:
integer
The maximum number of items to select from this group when adding the menu item to a check. A value of zero indicates no maximum.Example:
0
-
minimumCount:
integer
The minimum number of items to select from this group when adding the menu item to a check. A value of zero indicates no minimum and that selection of an item from this group is optional.Example:
1
Nested Schema : DefaultCondiment
Type:
object
Represents a default condiment for a menu item.
Show Source
-
condimentRef(required):
integer
A reference to the condiment that is a default. This is `condimentId` of an item from the `menu.condimentItems` collection.
-
quantity(required):
integer
Minimum Value:
1
The quantity of condiment applied by default.
Nested Schema : OrgLocRvcProperties
Type:
object
A collection of properties for orgShortName, locRef and rvcRef
Show Source
-
locRef(required):
string
Location identifierExample:
store66
-
orgShortName(required):
string
Organization identifierExample:
mymeal
-
rvcRef(required):
integer
Revenue Center identifierExample:
2
Nested Schema : condimentPrefixes
Type:
object
Model for condiment prefixes.
Show Source
First Available Version: STS Gen2 1.7.1
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
prefixId(required):
integer
Identifier for a condiment prefix
-
prefixType:
string
Type of a condiment prefix.
Possible values:
- "description"
- "no"
- "add"
- "substitute"
- Description prefix if configured
304 Response
304 Not Modified
Headers
-
ETag: string
The current entity-tag for the selected representation. See RFC 7232 Section 2.3
-
Last-Modified: string
A timestamp indicating the date and time at which the origin server believes the selected representation was last modified. See RFC 7232 Section 2.2
400 Response
400 Bad Request
Root Schema : ConfigurationApiProblemDetails
Type:
object
Problem details is used as standard model for reporting details when HTTP error status code is returned. This definition is defined by [RFC7807](https://tools.ietf.org/html/rfc7807).
The content type for this response is `application/problem+json`
Show Source
-
details:
string
A human-readable explanation specific to this occurrence of the problem.Example:
The OrgShortName value is required.
-
instance:
string
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.Example:
required_value_missing
-
title:
string
A short, human-readable summary of the problem type.Example:
Required value not specified.
-
type:
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
error:validation
404 Response
404 Requested resource not found
Examples
Example Request Body
Not applicable for this endpoint.
Example Response Body
The following example shows the contents of the response body in JSON format:
{
"menuItems": [
{
"menuItemId": 32,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"familyGroupRef": 0,
"definitions": [
{
"definitionSequence": 0,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"name2": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"slus": [
{
"sluNumber": 0,
"sluId": 0,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
]
}
],
"taxClassRef": 0,
"prices": [
{
"priceSequence": 0,
"price": 0,
"name": "string"
}
],
"defaultCondiments": [
{
"condimentRef": 0,
"quantity": 1
}
],
"condimentGroupRules": [
{
"condimentGroupRef": 5802109,
"minimumCount": 1,
"maximumCount": 0
}
],
"consumerName": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"consumerDescription": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
],
"consumerAdvisoryText": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"allergens": [
"milk",
"peanut"
],
"nutritionalData": [
{
"nutritionalItemId": "fat, sodium",
"value": 475,
"unitOfMeasure": "grams, milligrams, calorie",
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
}
}
],
"options": [
"allowCondimentPrefix",
"containsAlcohol"
],
"tags": [
"hot",
"cold"
],
"tagGroups": [
{
"id": "string",
"tags": [
"spicy",
"lo-carb"
]
}
],
"extensions": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
],
"dietaryInformation": [
"string"
],
"tags": [
"string"
],
"tagGroups": [
{
"id": "string",
"tags": [
"spicy",
"lo-carb"
]
}
]
}
],
"comboMeals": [
{
"comboMealId": 0,
"name": "string",
"menuItemRef": 0,
"comboGroups": [
{
"comboGroupId": 0,
"name": "string",
"count": 0,
"isMainGroup": true,
"prices": [
{
"priceSequence": 0,
"price": 0
}
],
"menuItems": [
{
"menuItemRef": 0,
"count": 0,
"prices": [
{
"priceSequence": 0,
"price": 0
}
]
}
]
}
]
}
],
"condimentItems": [
{
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"condimentId": 32,
"familyGroupRef": 0,
"definitions": [
{
"number": 0,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"name2": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"slus": [
{
"sluNumber": 0,
"sluId": 0,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
]
}
],
"prices": [
{
"priceSequence": 0,
"price": 0,
"name": "string"
}
],
"consumerName": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"consumerDescription": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
],
"allergens": [
"milk",
"peanut"
],
"nutritionalData": [
{
"nutritionalItemId": "fat, sodium",
"value": 475,
"unitOfMeasure": "grams, milligrams, calorie",
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
}
}
],
"options": [
"allowCondimentPrefix",
"containsAlcohol"
],
"tags": [
"hot",
"cold"
],
"tagGroups": [
{
"id": "string",
"tags": [
"spicy",
"lo-carb"
]
}
],
"extensions": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
],
"dietaryInformation": [
"string"
],
"tags": [
"string"
],
"tagGroups": [
{
"id": "string",
"tags": [
"spicy",
"lo-carb"
]
}
]
}
],
"condimentGroups": [
{
"condimentGroupId": 32,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"condimentItemRefs": [
0
],
"consumerName": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"consumerDescription": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
]
}
],
"familyGroups": [
{
"familyGroupItemId": 0,
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"consumerName": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"consumerDescription": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
},
"images": [
{
"index": "string",
"url": "https://oracleObjectStore.com/images/coffee822815.jpg",
"altText": "pizza",
"description": "string",
"isCloudImage": true,
"size": "string"
}
]
}
],
"allergens": [
{
"allergenId": "string",
"name": {
"en-US": "Coffee",
"de-DE": "Kaffee",
"ar-AR": "قهوة"
}
}
],
"options": {
"condimentPrefixes": [
{
"prefixId": integer,
"prefixType": "string",
"name": {
"en-US": "No"
}
},
{
"prefixId": integer,
"prefixType": "string",
"name": {
"en-US": "Add"
}
},
{
"prefixId": integer,
"prefixType": "string",
"name": {
"en-US": "Substitute"
}
},
{
"prefixId": integer,
"prefixType": "string",
"name": {
"en-US": "Desciption",
"de-DE": "Beschreibung",
"en-CA": "Desciption",
"sk-SK": "Popis"
}
}
]
},
"menuId": "mymeal:store66:2",
"name": "1",
"orgShortName": "mymeal",
"locRef": "store66",
"rvcRef": 2
}