curl --location --request POST 'https://roommapping.vervotech.com/api/2.0/mapping/getmappingasync?traceId' \
--header 'accountId;' \
--header 'token;'
{
"success": true,
"message": "string",
"standardRooms": [
{
"id": "1",
"description": "A sea face room with air conditioning and extra rollaway beds available",
"standardName": "Deluxe - King (Burj Khalifa View)",
"masterTitle": "King Deluxe Room with Burj Khalifa View",
"category": "Deluxe",
"view": "Burj Khalifa",
"roomLocation": "Highfloor",
"beds": [
{
"type": "King",
"count": 1
}
],
"occupancyType": "Single",
"mappedRoomRates": [
{
"inputIndex": 1,
"roomCode": 201997202,
"boardBasis": "FullBoard",
"refundability": "Non Refundable",
"attributes": [
{
"key": "RoomSize",
"value": "200-250 SQFT"
}
]
},
{
"inputIndex": 2,
"roomCode": 201997203,
"boardBasis": "Breakfast",
"refundability": "Refundable",
"attributes": [
{
"key": "RoomSize",
"value": "200-250 SQFT"
}
]
},
{
"inputIndex": 3,
"roomCode": 201997204,
"boardBasis": "Room Only",
"refundability": "Refundable",
"attributes": [
{
"key": "RoomSize",
"value": "200-250 SQFT"
}
]
}
],
"providerRoomContent": {
"roomName": null,
"description": null,
"views": null,
"area": {
"squareFeet": "string",
"squareMeters": "string"
},
"images": [
{
"caption": "string",
"category": 0,
"links": [
{
"size": "Unknown",
"providerHref": "string",
"disabled": true
}
]
}
],
"facilities": [
{
"id": "1",
"name": "WiFi"
}
],
"attributes": [
{
"key": "HasBalcony",
"value": "Yes"
}
]
},
"facilities": [
{
"id": "1",
"name": "WiFi",
"masterFacilityId": "1"
}
],
"attributes": [
{
"key": "HasBalcony",
"value": "Yes"
}
]
}
],
"statusCode": 0
}