Skip to content

Getting Started

Purpose of this document

It is intended to make the Hotel Store's second generation Search & Booking Engine Platform (Platform2) available to registered clients through a JSON based Application Programming Interface (API) by describing existing data formats, API communication structures, methods and testing procedures.

To achieve this, an API will be provided to allow various types of client systems to integrate with the Hotel Store Platform 2 Search & Booking Engine system using defined set of published specific JSON messages by using the JSON Schema standards.

Platform 2 Search & Booking Engine’s JSON API system is a REST API framework based communication interface between online hotel systems and Hotel Store customers around the world such as OTA’s, tour operators, wholesalers, affiliates etc. to execute functions and tasks such as content delivery, searching, reservation and cancellation.

The purpose of this document is to outline the communication between Platform2 and Customer though this API.

Functionality

The communication part of the system is based on HTTP and secure HTTP requests.

Communication layer consists of JSON based API interaction that provides customer side the functions as follows :

  • Fetching up-to-date inventory of Hotel Store including hotels, properties, facilities, countries, destinations and regions.
  • Updating own inventory
  • Searching for hotel information
  • Caching the search results
  • Checking availability
  • Provisioning
  • Booking
  • Cancellation
  • Checking status of a booking
  • Getting list of bookings

To become a Platform2 JSON affiliate, the client needs to be registered as Hotel Store agency / affiliate at Hotel Store website www.hotelstore.com firstly.

Environments

During API implementation, Hotel Store will provide a test environment along with log in credentials, testing URL and static data.

Hotel Store will provide support during development stage.

Implementation process consists of :

  • Static Database Implementation & Database fetching (docs)
  • Inventory mapping
  • Searching / Test scenario applications
  • Check Availability / Test scenario applications
  • Provisioning – Booking – Cancelling / Test scenario applications
  • Final Tests & Approval

This document provides necessary information about implementation process.

Live account and environment will be provided by Hotel Store after approval of customer API implementation.

The API supports HTTPS (HTTP over SSL) using authentication. Every account have its own username and password as login credentials for both test and live servers.

Released under the MIT License.