Availability Query
Start by searching inventory by hotel or location to collect bookable options and pricing context.
Open endpoint docsavailability-query.json
{ "stay": "2026-07-10/2026-07-14", "occupancy": "2 adults" }HOTEL DISTRIBUTION PLATFORM
Connect gives integration teams a consistent contract to search inventory, create bookings, simulate cancellation costs, execute cancellations, and reconcile operations end to end.
Built for operational teams that need reliability, observability, and fast onboarding.
Platform overview
Connect is structured around stable contracts and operational visibility. Teams can integrate once, reuse the same authentication model across endpoints, and keep booking state synchronized across systems.
The API documentation includes request and response examples, playground execution, business error mapping, and endpoint-specific object schemas so your implementation remains deterministic.
Flow walkthrough
As you scroll, each step appears in sequence to represent the operational path used by most channel integrations.
Start by searching inventory by hotel or location to collect bookable options and pricing context.
Open endpoint docsavailability-query.json
{ "stay": "2026-07-10/2026-07-14", "occupancy": "2 adults" }Confirm a selected offer and create the reservation, storing returned locators for future operations.
Open endpoint docsbooking-creation.json
{ "hotelChainLocator": "...", "rooms": [{ "rateKey": "..." }] }Preview cancellation costs and business outcome before applying any irreversible state change.
Open endpoint docscancellation-simulation.json
{ "hotelChainLocator": "...", "simulated": true }Execute final cancellation when business rules allow it, and persist cancellation result codes.
Open endpoint docsbooking-cancellation.json
{ "hotelChainLocator": "...", "simulated": false }Retrieve booking data at any point for monitoring, support workflows, and reconciliation pipelines.
Open endpoint docsbooking-retrieval.json
{ "from": "2026-07-01", "to": "2026-07-31", "status": "Confirmed" }Capabilities
Navigate directly to each endpoint and validate integration behavior with real request and response examples.
Search availability by hotel or location with detailed pricing and restrictions.
Create reservations from validated commercial options and receive final locators.
Preview cancellation penalties before executing any state-changing operation.
Execute real booking cancellation and keep your reservation status synchronized.
Query bookings for support operations, monitoring, and reconciliation jobs.
Use validated timezone values and keep date-time behavior aligned to UTC-0.
Quickstart path
Begin in Test, confirm your `Username` and `Password` headers, and validate base URLs before integration.
Execute availability, creation, simulation, cancellation, and retrieval with real payload examples.
Add logging with `CorrelationId`, apply retry strategy, and keep date-time handling standardized to UTC-0.
Contact the support/integration channel assigned to your account. Sharing complete diagnostic context will significantly reduce response times.