Inventory Push from PMS to Aiosell

Inventory Push from PMS to Aiosell

API Endpoint URL:

https://live.aiosell.com/api/v2/cm/update/sample-pms


Purpose


This API is designed to allow Property Management Systems (PMS) to push updated room inventory data to Aiosell Channel Manager. This ensures accurate availability across distribution channels like Booking.com, Expedia, Agoda, MakeMyTrip etc., preventing overbookings and maintaining up-to-date inventory records.


Request Format


Method: POST


Sample Payload:


{

    "hotelCode": "SANDBOX-PMS",

    "updates": [

        {

            "startDate": "2023-01-24",

            "endDate": "2023-01-26",

            "rooms": [

                {

                    "available": 3,

                    "roomCode": "SUITE"

                },

                {

                    "available": 20,

                    "roomCode": "EXECUTIVE"

                }

            ]

        }

    ]

}


Response


Sample Response:


{

    "success": true,

    "message": "Inventory Updated Successfully"

}


Use Case

1. Real-time Inventory Updates: Ensures that Aiosell reflects the latest room availability data from the PMS.

2. Channel Synchronization: Facilitates consistent inventory across multiple booking platforms by syncing availability.

3. Prevent Overbooking: By keeping inventory up to date, the API helps avoid discrepancies between the PMS and online distribution channels.





    • Related Articles

    • Inventory Restrictions Push from PMS to Aiosell

      API Endpoint URL: https://live.aiosell.com/api/v2/cm/update/sample-pms Purpose This API allows Property Management Systems (PMS) to push room-specific restrictions to Aiosell. It ensures that restrictions like stop-sell, minimum stay, and ...
    • Rates Restrictions Push from PMS to Aiosell

      API Endpoint URL: https://live.aiosell.com/api/v2/cm/update-rates/sample-pms Purpose This API allows Property Management Systems (PMS) to push rate restrictions to Aiosell, ensuring that pricing rules and conditions are consistently applied across ...
    • Rates Push from PMS to Aiosell

      API Endpoint URL: https://live.aiosell.com/api/v2/cm/update-rates/sample-pms Purpose This API allows Property Management Systems (PMS) to push updated room rates and rate plans to Aiosell. It ensures real-time synchronization of pricing, enabling ...
    • Reservation POST from Aiosell to PMS

      New Reservation (Aiosell to PMS) API Endpoint URL: https://sample-pms.com/update_reservation *Note: This is a sample url for reference purpose, 3rd Party/ PMS will need to create an END POINT / WEBHOOK and share it with Aiosell team* Purpose This API ...
    • How to Enable Aiosell as a Channel Manager on Yatra

      The Channel Manager Setting is not accessible to Hotels through the YATRA Extranet. Therefore, you must draft an email to the Account Manager, marking the Aiosell Team as a CC (support@aiosell.com) below is the Draft, you can use: Dear Team, Kindly ...