event_availableBooking Workspace
Create Reservation
Search room availability, choose a guest, and create a live booking through `/api/v1/reservations`.
cloud_offWaiting For API
Booking Snapshot
Review the current guest and selected room plan before submit.
Guest
No guest selected
Select a guest to continue
Selected Plan
No room selected
Search availability to see matching room options
Estimated Total
--
Based on the selected room total for this stay.
Available Rooms
Pick one available room-rate combination to send in the `rooms` array.
No availability loaded yet
Run the availability search above to load rooms that can be booked.
API Response
The reservation result is shown here after a successful booking.
Booking response will appear here
Create a reservation to inspect the returned booking ID, totals, and price object.