Introduction
The purpose of this document is to provide technical details about the API's. BedLinker provides the smart Hotel API distribution for your website to integrate with huge inventory of hotels and resorts. This document outlines the business processes supported by the API and details about specifications of API’s. It assumes that reader has a technical background and is familiar with JSON, API's.
Connection properties
The communication with the system is performed through http connections.
The following table enlists the properties of the request that must be employed:
Request | Value | Description |
---|
Request Method | POST | The requested method. |
Content-Type | application/json | The content type. |
Request/Response
It is recom
mended that at least all booking and cancellation transactions sent
through the Test / Live environment should be logged and maintained by the hotel
agent for at least 6 months.
Go-Test/Live Process
In order to start testing, please notify our support team via e
-
mail
at
bedlinkerapi@technoheaven.com
When you have completed your development, contact your Account
Manager for the activation of the access IP address of Test/Live Server i
s essential
for whitelisting
Client Requirements
- Client requests must be issued from a public, static IP address registered with System.
- Client requests must be made via an HTTPS POST request.
- SSL.
- All data sent and received via the interface will be encoded in UTF-8.
Development Phase
Once you receive your Access token, you can start the development of your
application/framework. The whole process of communication consists of simple JSON messages exchange (request /response) between your applic
ation/framework and system. Each request needs to be posted (through POST method) using https
protocols. For details regarding requests and answers formats please consult the
dedicated area of each request. For further assistance in development process do
not hesitate to contact our support team.