Get Menu List
Get Menu List
POST
[PlatformAddress]/api/1.0/venue?action=getMenuList
Get a list of menus.
Path Parameters
venueId
integer
The id of the venue
perPage
integer
The number of menu to get in a single call
The result from this call will be a collection of all the menus the user has access to. This call also accepts the pagination and filter properties.
Example Request
Menu
id
integer
The unique id of the menu
menuTypeCategory
integer Menu Type Category
The category of the menu type that's used in various reports
name
text
The name of the menu
minimumPax
integer
The minimum number of people allowed within a single session to order this menu
maximumPax
integer
The maximum number of people allowed within a single session to order this menu
cost
float
The price of the menu
costPerPerson
float
The per person price of the menu
smallDescription
text
The small description of the menu
marketplaceName
text
The name of the menu displayed in marketplace booking engines
marketplaceCategories
array of Marketplace Categories
The categories in which the menu will be displayed in marketplace booking engines
costcenters
array of Costcenter
Cost breakdown of a menu when selected menu type is multi cost per person
Cost Type (Menu Pricing)
1 = Per person
2 = Flat rate
3 = Total of menu items
Marketplace Categories
1 = Breakfast
2 = Morning Break
3 = Lunch
4 = Afternoon Break
5 = Dinner
6 = Cocktail
Menu Type Categories
0 = Unassigned
1 = Breakfast
2 = Lunch
3 = Dinner
4 = Coffee Break
5 = Reception
6 = Outside Catering
Costcenter
costcenterId
integer
required
The id of costcenter
costPerPerson
double
required
The cost per person value of a costcenter
costPerPersonExcludedTaxIds
optional
array of integers
The excluded cost tax ids applied to the price of this costcenter
Last updated