{
"code": 1,
"message": "All went well, and (usually) some data was returned.",
"error": null,
"data": {
"roomTypeList": [
{
"sn": 1557,
"name": "Phòng Đơn",
"ratePlanList": [
{
"numOfRoom": 1,
"status": 1,
"firstHours": 3,
"maxNumHour": 23,
"originalPrice": 500000,
"currentPrice": 100000,
"flashSale": true,
"directDiscount": false,
"highDemand": true
},
{
"numOfRoom": 1,
"status": 1,
"firstHours": 3,
"maxNumHour": 23,
"originalPrice": 500000,
"currentPrice": 650000,
"flashSale": false,
"directDiscount": false,
"highDemand": true
}
]
},
{
"sn": 1558,
"name": "Phòng Đôii",
"ratePlanList": [
{
"numOfRoom": 2147483647,
"status": 1,
"firstHours": 3,
"maxNumHour": 23,
"originalPrice": 350000,
"currentPrice": 300000,
"flashSale": false,
"directDiscount": true,
"highDemand": false
}
]
}
]
},
"timestamp": 1693468504
}