Mark Booking As No Show
Description: No show booking
Path: /api/v1/reservation/markBookingAsNoShow
Method: POST
Request
Attributes
* = required
Example
Response
Attributes
Example
Last updated
Description: No show booking
Path: /api/v1/reservation/markBookingAsNoShow
Method: POST
* = required
Last updated
{
"hotelSn": 725,
"userBookingSn": 1840762,
"reasonForNoShow": "Test no-show"
}{
"code": 1,
"message": "All went well, and (usually) some data was returned",
"error": null,
"data": {
"acknowledged": true
},
"timestamp": 1746908933
}