Description: Check in booking
Path: /api/v1/reservation/markBookingAsCheckedIn
Method: POST
* = required
integer
Identify of hotel
Identify of booking
{ "hotelSn": 725, "userBookingSn": 1840729 }
boolean
The update has been applied yet
Last updated 7 months ago
{ "code": 1, "message": "All went well, and (usually) some data was returned", "error": null, "data": { "acknowledged": true }, "timestamp": 1746908933 }