This service is part of a SaaS platform that enhances the guest journey through digital tools for the hospitality sector. The platform offers features such as automated check-in/out, digital keyless entry, payment, concierge services, and a responsive web app.
This specific component handles the integration with Property Management Systems (PMS) by:
- Consuming a mock third-party PMS API data
- Transforming the data to our internal format
- Exposing the transformed data through a clean Django REST endpoint
- External request comes to
/api/integrations/pms/bookings/ - The view calls the PMS client to fetch raw booking data
- DRF Serilizer transform and validate the response for the API response