curl --location --request POST 'https://roommapping.vervotech.com/api/2.0/mapping/maproomsasync' \
--header 'accountId;' \
--header 'token;' \
--header 'culture;' \
--header 'Content-Type: application/json' \
--data-raw '{
"vervotechHotelId": 201997202,
"roomRates": [
{
"index": 1,
"code": "201997202",
"roomName": "Deluxe Room, 1 King Bed, Non Refundable",
"description": "Deluxe Room, 1 King Bed, Non Refundable,full board",
"provider": "HotelBeds",
"providerHotelId": "18113069",
"beds": [
{
"count": 1,
"type": "Queen",
"size": "Queen",
"description": "1 Queen Bed"
}
],
"view": "Sea View",
"smokingAllowed": "Allowed",
"nightlyPrice": 80,
"currency": "USD",
"boardBasis": "Full board",
"refundability": "Non Refundable",
"attributes": [
{
"key": "HasBalcony",
"value": "Yes"
}
]
},
{
"index": 2,
"code": "201997203",
"roomName": "Deluxe Room, 1 King Bed, 1 KingBed, Refundable",
"description": "Deluxe Room, 1 King Bed, 1 KingBed, Refundable",
"provider": "HotelBeds",
"providerHotelId": "18113069",
"beds": [
{
"count": 1,
"type": "twin",
"size": "twin",
"description": "1 twin Bed"
}
],
"view": "Sea View",
"smokingAllowed": "Allowed",
"nightlyPrice": 80,
"currency": "USD",
"boardBasis": "Breakfast",
"refundability": "Refundable",
"attributes": [
{
"key": "HasBalcony",
"value": "Yes"
}
]
},
{
"index": 3,
"code": "201997204",
"roomName": "Deluxe Room, 1 King Bed, 1 KingBed",
"description": "Deluxe Room, 1 King Bed, 1 KingBed",
"provider": "HotelBeds",
"providerHotelId": "18113069",
"beds": [
{
"count": 1,
"type": "king",
"size": "king",
"description": "1 king Bed"
}
],
"view": "Sea View",
"smokingAllowed": "Allowed",
"nightlyPrice": 80,
"currency": "USD",
"boardBasis": "",
"refundability": "Refundable",
"attributes": [
{
"key": "HasBalcony",
"value": "Yes"
}
]
}
],
"providerContentType": "None",
"providerContentPreference": [
"string"
]
}'