8. get Catering Menus
GET {{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringMenus?eventTypesCodes=AMBREAK
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | ||
offset | null | ||
menuId | null | ||
iDExtension | null | ||
idContext | null | ||
menuIDType | null | ||
name | null | ||
classNameListCodes | null | ||
eventTypesCodes | string | ||
menuTypes | null | ||
dietaryListCodes | null | ||
inactive | null | ||
multiChoice | null | ||
webBookable | null | ||
end | null | YYYY-MM-DD | |
start | null | YYYY-MM-DD | |
fetchInstructions | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelid | string | ||
x-app-key | string |
RESPONSES
status: OK
{"menuList":[{"id":{"id":"30251"},"classId":"20001","hotelId":"PS1OEDS2","info":{"className":"Meet Menu","name":{"defaultText":"Meeting Menu","translatedTexts":[]},"description":{"defaultText":"Menu for Meetings","translatedTexts":[]},"dietaryList":[],"eventTypes":["MEET"],"type":"Food","quickInsertCode":"1658931121581","servingType":"Pp","servingSize":"","includedInMenu":false,"consumptionBased":false,"menusSold":0,"webBookable":false,"inactive":false,"salesPrice":{"amount":45},"multiChoice":false}}],"totalPages":1,"offset":20,"limit":20,"hasMore":false,"totalResults":1,"links":[]}