curl --location --request POST 'https://roommapping.vervotech.com/api/2.0/Mapping/map-board-basis' \
--header 'accountId: demoAccount' \
--header 'token: demo-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"boardBasis": [
"Continental Breakfast",
"Breakfast Included",
"Half Board"
]
}'{
"success": true,
"statusCode": 1000,
"message": "Success",
"meta": {
"lastUpdated": "2025-12-03T10:47:42.5652499Z",
"totalInputTerms": 3,
"uniqueInputTerms": 3,
"totalMatched": 3,
"totalUnknown": 0,
"needsReview": false,
"matchRate": "100%"
},
"mappings": [
{
"supplierTerm": "Continental Breakfast",
"standardCode": "BB",
"standardName": "Bed and Breakfast"
},
{
"supplierTerm": "Breakfast Included",
"standardCode": "BB",
"standardName": "Bed and Breakfast"
},
{
"supplierTerm": "Half Board",
"standardCode": "HB",
"standardName": "Half Board"
}
]
}