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β
| Code | Description |
|---|---|
RO | Room Only |
BB | Bed & Breakfast |
HB | Half Board |
FB | Full Board |
AI | All Inclusive |
UAI | Ultra 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.
Different board types will have different prices. Compare all board types to offer the best option for your customers.