Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+295910-c411a5fa-523c-4048-afef-5afd52a294b4

Overview

GET /hotel-api/1.0/status

Summary: Status JSON

Operation to check the working condition of our API


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.


POST /hotel-api/1.0/checkrates

Summary: CheckRate

Standard CheckRate operation. In ‘examples’ you can find different cases of requests and responses.


GET /hotel-api/1.0/bookings

Summary: BookingList

The BookingList operation returns a list of bookings based on the search criteria.


POST /hotel-api/1.0/bookings

Summary: Booking

Standard Booking operation. In ‘examples’ you can find different cases of requests and responses.


POST /hotel-api/1.2/bookings

Summary: Booking

Standard Booking operation. In ‘examples’ you can find different cases of requests and responses.


GET /hotel-api/1.0/bookings/{bookingReference}

Summary: BookingDetail

The BookingDetail operation retuns all the information of the requested booking.


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.


DELETE /hotel-api/1.0/bookings/{bookingReference}

Summary: BookingCancellation

The BookingCancellation operation cancels a booking or simulates a booking cancellation.


PARAMETERS /hotel-api/1.0/bookings/{bookingReference}