v1
latestOpenAPI 3.0.02026-07-26866217.8 KBReservations
Update Stay Status
Update the stay status of a reservation. This endpoint allows you to change the status of a stay between different states such as check-in pending, in-house, and stay completed.
put/reservations/{stay_code}/stay_status
Path parameters
stay_codestring required
The code of the stay to update.
Request body
Response
The stay status has been successfully updated.
Example response
{
"error_msg": "Done."
}