Get Hotel Info API
Description: Get hotel information in detail
Path: /api/v2/hotel/getHotelInfo
Method: POST
Content Type/Accept Type: application/json
Request
Attributes
* = required
Description: Get hotel information in detail
Path: /api/v2/hotel/getHotelInfo
Method: POST
Content Type/Accept Type: application/json
* = required
{
"clientId": "04x1236-f424-4728-8oba-3652fc5059e1",
"timestamp": 1689583111,
"hotelSn": 110,
}{
"code": 1,
"message": "All went well, and (usually) some data was returned.",
"error": null,
"data": {
"sn": 110,
"name": "VĨNH PHÚ GIA HOTEL",
"firstHours": 3,
"hourly": true,
"overnight": true,
"daily": true,
"cancelBeforeHours": 1,
"startDaily": 12,
"endDaily": 12,
"startOvernight": 21,
"endOvernight": 12,
"startHourly": 8,
"endHourly": 22,
"startRightNowTonight": 0,
"endRightNowTonight": 6
},
"timestamp": 1693468421
}