Skip to main content

Board Types Reference

This page is a reference list for common meal type codes used in MescoMg API search filters.

For the current meal type list from the API, use the Meal Types API.

πŸ“‹ Board Type Codes​

CodeDescription
RORoom Only
BBBed & Breakfast
HBHalf Board
FBFull Board
AIAll Inclusive
UAIUltra All Inclusive

πŸ’‘ Usage​

Filtering in Search API​

Board Type is used for the Filters.MealType parameter in Search API:

{
"CheckIn": "2026-12-29",
"CheckOut": "2026-12-31",
"HotelCodes": "26090",
"Filters": {
"MealType": "FB"
}
}

Search All Meal Types​

To search without filtering by a specific meal type, set MealType value to "All":

{
"Filters": {
"MealType": "All"
}
}

πŸ“Š Board Type Details​

Room Only (RO)​

Only accommodation service is provided. Meals are not included.

Bed & Breakfast (BB)​

Accommodation and breakfast are included.

Half Board (HB)​

Accommodation, breakfast and dinner are included.

Full Board (FB)​

Accommodation, breakfast, lunch and dinner are included.

All Inclusive (AI)​

Accommodation, all meals and selected beverages are included.

Ultra All Inclusive (UAI)​

Accommodation, all meals, all beverages and extra services are included.

Tip

Different board types will have different prices. Compare all board types to offer the best option for your customers.