Calculate house price
Parameters
JSON response
{
"status": "OK",
"cnt": 1,
"house": 7380,
"checkin": "2016-10-21",
"checkout": "2016-10-25",
"rooms": [
{
"available": 0,
"total_cnt": 1,
"name": "All Villa",
"food": "BB",
"price": 0,
"id": 27830,
"accommodation": "FULL",
"result": "BUSY"
},
{
"available": 2,
"total_cnt": 3,
"name": "Deluxe Room",
"food": "BB",
"price": 220.0,
"id": 27797,
"accommodation": "DBL",
"result": "FREE"
},
{
"available": 2,
"total_cnt": 3,
"name": "Deluxe Room",
"food": "RO",
"price": 180.0,
"id": 28712,
"accommodation": "DBL",
"result": "FREE"
}
]
}