Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 792 Bytes

File metadata and controls

16 lines (12 loc) · 792 Bytes

PMS Integration Service

Project Overview

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.

Task Description

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

Data Flow

  1. External request comes to /api/integrations/pms/bookings/
  2. The view calls the PMS client to fetch raw booking data
  3. DRF Serilizer transform and validate the response for the API response