Create Room Lock
Description: Create room lock
Path: /api/v1/availability/createRoomLock
Method: POST
Request
Attributes
* = required
Example
Response
Attributes
Example
Last updated
Description: Create room lock
Path: /api/v1/availability/createRoomLock
Method: POST
* = required
Last updated
{
"hotelSn": 725,
"startDate": "2025-05-26",
"endDate": "2025-05-27",
"startTime": null,
"endTime": null,
"lockType": 0,
"roomTypeSnList": [0]
}{
"code": 1,
"message": "All went well, and (usually) some data was returned",
"error": null,
"data": {
"acknowledged": true
},
"timestamp": 1748192382
}