Reservations
Reservations form the core functionality within the Recranet Booking API. Understanding how reservations work is essential for effective integration with Recranet.
What is a Reservation?
A reservation in Recranet represents a booking made by a guest for a specific accommodation or facility, covering a defined period of time. Reservations can include details such as guest information, booking dates, accommodation specifics, pricing, payment status, transactions and any special requests.
Key Components of Reservations:
- Guest Information: Details such as name, contact information, and preferences.
- Accommodation Details: The specific unit or accommodation type booked.
- Booking Dates: Check-in and check-out dates and times.
- Rates and Pricing: Total cost, including base price, fees, taxes, and any discounts.
- Reservation Status: Indicates whether the reservation is confirmed, cancelled, pending, or completed.
- Payments: Information on payment methods, transaction details, and payment status.
Common API actions for Reservations:
- Create a Reservation: Add a new booking to the system.
- Retrieve Reservations: Access details of existing bookings.
- Update Reservations: Modify booking details like dates, guest information, or status.
- Cancel Reservations: Remove or cancel an existing reservation.
Typical Reservation Workflow:
- Check Availability: Verify if the desired accommodation is available for the specified dates.
- Create Reservation: Submit guest details and booking information to confirm availability.
- Process Payment: Handle financial transactions linked to the reservation.
- Send Confirmation: Notify the guest with booking confirmation and relevant details.
- Manage Reservation: Allow changes, cancellations, or updates to booking details as required.
Understanding these key elements will help you seamlessly integrate your application with the Recranet reservation system. For further assistance or detailed API methods, refer to the API Reference or contact [email protected].
Updated 14 days ago