Skip to content

iman-n/PMS-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages