Hotels API

Overview

A standard Hotels flow, offers a comprehensive hotel booking flow, allowing users to search for hotels, retrieve room details, cancellation policies, and bookings.

HSP Booking Flow

RequestExplanation
Search HotelsHotel Search request allows you to search for Hotels, either by Geolocations or by HotelIDs.
Get PackagesRetrieves the Rooms details and information of a specific Hotel.
Get Cancellation PolicyThis function sends a request for the cancellation policy and should be used before sending a booking request.
Get Payment PreferencesPayment Preferences is used to retrieve the booking payment possibilities for a selected package.
BookSubmits a new booking request for the selected hotel and returns the booking reference and booking status.

Login

The HSP API is a session-based service, so proper session creation and management are crucial.

The "Login" request is optional as it primarily establishes a connection and retrieves the sessionID.
Initiating a "Search Hotels" request will automatically establish the session and the sessionID will be included in the response.

👍

Note

The SessionID can be retained for future use, allowing you to revisit and analyze the API's requests and responses to & from HSP, to & from the connected suppliers, submit a ticket to the support team referencing the specific session and more.

Authentication API examples (Postman) - Click here.


Search Hotels

The Hotel Search request allows you to search for Hotels based on :

  • Geo Locations (latitude and longitude) with a radius of up to 75 km.
  • HotelID/s (up to 3,000 hotel IDs in a single request).

Search Hotels API examples (Postman) - Click here.

👍

NOTE:

Before initiating a Search Hotels request, please select your preferred Detail Level, which determines the data fields returned in the response.


Get Packages

GetPackages request is used to get updated room information in a specific a hotel.
In order to send this request, all you need is the hotelID & sessionID which returned in the Search Hotels response.

In order to receive the "Supplier Original Room Name" along with HSP mapped name - please contact our support team for special implementation.

In order to obtain the Supplier Recommended Selling Price (SRSP), please first verify that the supplier offers this feature and ensure it is activated on your account from the supplier's side.

👍

SRSP - Supplier Recommended Selling Price :

The SRSP currency is in "SupplierCurrency" tag and NOT the "Currency" tag.

The SRSP is supported by:

  • TotalStay (TTS) .
  • HotelBeds (HB2).
  • Yalago (YLG).
  • WelcomeBeds (WLC) .
  • AbreuOnlline (ABR).
  • RateHawk (RTH)-"min_price" in the SRSP tag.
  • GetARoom (GTR) - "reference-amount" as SRSP.
  • BedToYou (SHT) - "minAmount" as SRSP.

Get Packages API examples (Postman) - Click here.


Get Cancellation Policy

This function sends a request for the cancellation policy and should be used before sending a booking
request.

In order to send this request, all you need is the hotelID , PackageID & sessionID that was returned in the GetPackages response.

👍

NOTE :

When initiating Multi-Cxl-Policy -
this call should be used only once the end-user wants to retrieve information for a specific rate and under no circumstances should be used to retrieve ALL cancellation policies for all package IDs returned.

Get Cxl-Policy API examples (Postman) - Click here.


Get Payment Preferences

Payment Preferences is used to retrieve the booking payment possibilities for a selected package.
In order to send this request, all you need is the hotelID , PackageID & sessionID that was returned in the GetPackages response.

Payment preferences will specify if the user (whose credentials were used to access the API and to
create the session) is allowed to make a booking, if he/she can pay by credit card (internal/external),
cash or other alternative method (pay upon arrival).

Get Payment Prefrences API examples (Postman) - Click here.


Book Hotel

Submits a new booking request for the selected hotel and returns the booking reference and booking status.
You can book only those items that were returned in the last search, in the same session. The same package can be booked several times, depending on 3rd party supplier restrictions for duplicate bookings. In such case an error will be returned which will prevent further booking attempts of the same package.

The Book response may take up to 180 seconds, as it relies on responses from suppliers and, in certain instances, incorporates SmartBook logic or Dynamic Markups that utilize sophisticated business logic.

Book Hotel API examples (Postman) - Click here.

🗒️

Custom Fields

When initiating a booking request, please note that there are two optional fields, known as custom fields.

While Gimmonix support these custom fields, it's important to remember that suppliers might not offer this feature. Therefore, the inclusion of these fields in your request will depend on the supplier's ability to support them.

  • CustomBookingReference
    This field grants the option to forward a custom booking reference to supplier.
    Supported suppliers :

    Abbey Tours, Abbey Tours Ireland, AbreuOnline,Accor, AfricaStays, Agoda, Amadeus, AM Resorts, Arabian Adevntures, ATI, Bahia Priciples, BeLive, BestWestern, Bonotel, Booking.com, Destination Italia, Disney, DOTW, EgyptExpress, Escalabeds, Expedia, Excellence, GetARoom, GoGlobal, GRN, GTA, Haven Riviera Cancun, Hilton, HotelBeds, HotelPlanner, HotelHub, HotelTrader, Hotusa, IBS, Jonview, Kaluah Tours, KTSFrance, LCI, LotsOfHotels, Majestic, Marriot, NavH, Ocean, Peak Point Global , PriceTravel, PrimeTravel, Ressolutions, RIU, Rustar, Saltours, Sirenis, Smyrooms, SUN, TBO, Tour D’Afrique, Towers , Travco2, Travellanda, TTHTravel, Valentin Imperial, Vertical Booking, Viva Wyndham, WelcomeBeds, WithinEarth, WorldwideHotelLink, Wyndham, YouTravel

  • RoomsRemarks
    This field grants the option to forward a free text custom room remarks to supplier.
    Supported suppliers :

    AcademService, Agoda, Amadeus, AM Resorts, ASALondon, ATI, Amadeus AVH, Avra Tours, Bahia Priciples , BeLive, Bico, B2BTravel, Bonotel, Booking.com, Bronevik, CTrip, Darina, Destination Italia, Dida Travel, EgyptExpress, Escalabeds, Eexpedia ,Excellence, FastPay Hotels Direct, GoGlobal, GRN, GTA, Haven Riviera Cancun, HotelPlanner, HotelHub, Hotusa, HRS, IBS, Imperatours, Jacob, JumboTours,Kaluah Tours, LateRooms, LotsOfHotels, Majestic, MarkInternational, Methabook, Miki, Nuitee, Ocean, Omnibees, OTS, Peak Point Global, PriceTravel, PrimeTravel, RIU, RoomerTravel, RTS, Sabre, Sirenis, SershTourism, STGlobe, SUN, TeamAmerica, TotalStay, Tourico, TourPlan, Towers, Travco2, TravelGuru, Travstore, Valentin Imperial , Veturis, Viva Wyndham, Yalago



👍

Note:

HSP's supports both JSON (recommended) & XML API.
(The Documentation is JSON focused).