{
"RoomId": "R123",
"Type": "Deluxe",
"Category": "Suite",
"Occupancy": "Triple",
"BedroomCount": 2,
"Description": "Premium Deluxe",
"Facilities": [
{
"id": "1",
"name": "WiFi",
"masterFacilityId": "1"
}
],
"Beds": [
{
"type": "King",
"count": 1
}
],
"MaxGuestAllowed": 0,
"MaxAdultAllowed": 0,
"MaxChildrenAllowed": 0,
"Views": [
"string"
],
"Area": {
"SquareMeters": "600m",
"SquareFeet": "850 feet",
"Text": ""
}
}