Change Status of Booking Room Reservation

Change Status of Booking Room Reservation

POST [PlatformAddress]/api/1.0/venue?action=changeStatusOfBookingRoomReservation

Change the status of a specific room reservation on a venue booking.

NOTE:

Currently this only supports changing the status to "checked in" or "checked out". Use this action to confirm a room reservation, and this one to cancel.

Request Body

{
  "success": true,
  "errorType": null
}

Status Transitions

The following describes how the status of a booking room reservation can transition from one status to another.

NOTES: To delete a booking room reservation, use the Remove Booking Room Reservation action. To confirm a booking room reservation, use the Confirm Booking Room Reservation action. To cancel a booking room reservation, use the Cancel Booking Room Reservation action.

Response Error Types

Failed Rooms Error Codes

Last updated