Overview
- GET /hotel-api/1.0/status
- POST /hotel-api/1.0/hotels
- POST /hotel-api/1.0/checkrates
- GET /hotel-api/1.0/bookings
- POST /hotel-api/1.0/bookings
- POST /hotel-api/1.2/bookings
- GET /hotel-api/1.0/bookings/{bookingReference}
- PUT /hotel-api/1.0/bookings/{bookingReference}
- DELETE /hotel-api/1.0/bookings/{bookingReference}
- PARAMETERS /hotel-api/1.0/bookings/{bookingReference}
GET /hotel-api/1.0/status
Summary: Status JSON
Operation to check the working condition of our API
OpenAPI snippet URL
POST /hotel-api/1.0/hotels
Summary: Availability by hotel code
Hotel code list search.
In ‘examples’ you can find different cases of requests and responses.
OpenAPI snippet URL
POST /hotel-api/1.0/checkrates
Summary: CheckRate
Standard CheckRate operation. In ‘examples’ you can find different cases of requests and responses.
OpenAPI snippet URL
GET /hotel-api/1.0/bookings
Summary: BookingList
The BookingList operation returns a list of bookings based on the search criteria.
OpenAPI snippet URL
POST /hotel-api/1.0/bookings
Summary: Booking
Standard Booking operation. In ‘examples’ you can find different cases of requests and responses.
OpenAPI snippet URL
POST /hotel-api/1.2/bookings
Summary: Booking
Standard Booking operation. In ‘examples’ you can find different cases of requests and responses.
OpenAPI snippet URL
GET /hotel-api/1.0/bookings/{bookingReference}
Summary: BookingDetail
The BookingDetail operation retuns all the information of the requested booking.
OpenAPI snippet URL
PUT /hotel-api/1.0/bookings/{bookingReference}
Summary: BookingChange
The BookingChange operation can be used to change (or simulate) different values of a booking or to partially cancel a booking (i.e: cancel a room of a two room reservation).
In ‘examples’ you can find different cases of requests and responses.
OpenAPI snippet URL
DELETE /hotel-api/1.0/bookings/{bookingReference}
Summary: BookingCancellation
The BookingCancellation operation cancels a booking or simulates a booking cancellation.
OpenAPI snippet URL
PARAMETERS /hotel-api/1.0/bookings/{bookingReference}
OpenAPI snippet URL