Retrieve complete hotel and room information in a single API call. This endpoint is specifically designed for PTSP license providers and POS terminal integrations where you need all relevant booking data at once to minimize API calls and create a streamlined booking flow.
Instead of making separate calls to get hotels and then rooms, this endpoint returns everything together.
When to Use This Endpoint
✅ Use this if you're:
Building a POS terminal integration
Working in a constrained environment with limited API calls
Need hotel + room data in one response
Want a simplified integration flow
❌ Don't use this if you're:
Building a web/mobile app with multiple screens
Want to show hotels first, then rooms on a separate page