Breadcrumb
- Hotel Content
- Hotel Content
- Use Cases
- Meal Plans
Meal Plans
Meal Plans
Return Meal Plans offered by the hotel
Sample Request
Use include=MealPlans to return Meal Plans offered by the hotel
/v1/api/hotel/13098/details?primaryChannel=WEB&include=MealPlans
Response (partial)
{
"hotelList": [{
"MealPlanList": [{
"Name": "Full Board",
"Chargeable": false,
"Type": "American",
"Description": ""
}, {
"Name": "Room Only",
"Chargeable": false,
"Type": "RoomOnly",
"Description": ""
}, {
"Name": "Continental break",
"Chargeable": false,
"Type": "Continental",
"Description": "Continental breakfast"
}, {
"Name": "Family Plan",
"Chargeable": false,
"Type": "Family",
"Description": "Family Plan"
}]
}]
}
Note: Translated content is not supported for Meal Plans.