Introduction
Welcome to Pelican - Booking Channel Integration Documentation
This document explains the integration process with a booking channel, managed by a third-party/partner provider.
This integration enables:
Receive property, room and rate plan details, availability, rates and restrictions which are sent from Pelican Hotel Solutions to Partner Booking Channel
Deliver reservations, modifications and cancellations from Partner Booking Channel to Pelican Hotel Solutions
through Booking Channel Interface using JSON messages in a request and response model.
Message Requirements
All messages must be in JSON format and include a header with an API key provided by the partner for authentication purposes. Additionally, the message should contain a JSON body for the request.
The partner must provide accessible endpoints, each having a base URL that serves as the root for all API endpoints. This base URL is combined with specific endpoint paths. For instance, to create or modify property details functionality, the base URL is “https://your-domain.com/BCAPI/” and the specific path is “/jservice/OTA_HotelDescriptiveContentNotif”, resulting in the endpoint “https://your-domain.com/BCAPI/jservice/OTA_HotelDescriptiveContentNotif”
The connection must be secured over Transport Layer Security (TLS) 1.2.
Last updated