User Profile
event_availableBooking Workspace

Create Reservation

Search room availability, choose a guest, and create a live booking through `/api/v1/reservations`.

cloud_offWaiting For API

Search Availability

Choose travel dates and booking details first.

Loading data...

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.

0 options

No availability loaded yet

Run the availability search above to load rooms that can be booked.

Create Booking

This sends a `POST` request to `/api/v1/reservations`.

Property IDPROP001
Guest ID--
Room ID--
Rate ID--

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.