FETCH Rates from Aiosell

FETCH Rates from Aiosell

API Endpoint URLhttps://live.aiosell.com/api/v2/cm/data/{PARTNER_ID}

Purpose:
This API allows third-party systems to fetch rates of hotels connected via Aiosell’s Channel Manager.

DATA:

{
    "type"     : "rates",
    "hotelCode": "{HOTEL_CODE}",
    "startDate": "2025-07-20",
    "endDate"  : "2025-07-22"
}

RESPONSE (from Aiosell):

{
    "hotelCode": {HOTEL_CODE},
    "updates": [
        {
            "startDate": "2025-07-22",
            "endDate": "2025-07-22",
            "rates": [
                {
                    "roomCode": "45000437056",
                    "rate": 1500.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437056",
                    "rate": 1500.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1800.0,
                    "rateplanCode": "990000796885"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1800.0,
                    "rateplanCode": "990000796885"
                }
            ]
        },
        {
            "startDate": "2025-07-20",
            "endDate": "2025-07-20",
            "rates": [
                {
                    "roomCode": "45000437056",
                    "rate": 1600.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437056",
                    "rate": 1600.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1900.0,
                    "rateplanCode": "990000796885"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1900.0,
                    "rateplanCode": "990000796885"
                }
            ]
        },
        {
            "startDate": "2025-07-21",
            "endDate": "2025-07-21",
            "rates": [
                {
                    "roomCode": "45000437056",
                    "rate": 1450.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437056",
                    "rate": 1450.0,
                    "rateplanCode": "990000801753"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1750.0,
                    "rateplanCode": "990000796885"
                },
                {
                    "roomCode": "45000437057",
                    "rate": 1750.0,
                    "rateplanCode": "990000796885"
                }
            ]
        }
    ]
}

    • Related Articles

    • Aiosell REST API Documentation - FETCH Rates, Inventory & Reservation

      This guide is designed for 3rd Party looking to integrate with Aiosell Channel Manager and FETCH details. Inventory FETCH POST Description: FETCH room availability (inventory) from Aiosell for various room types. Reference: ...
    • FETCH Inventory from Aiosell

      API Endpoint URL: https://live.aiosell.com/api/v2/cm/data/{PARTNER_ID} Purpose: This API allows third-party systems to fetch Inventory for hotels connected via Aiosell’s Channel Manager Method: POST DATA: { "type" : "inventory", "hotelCode": ...
    • FETCH Reservations from Aiosell

      API Endpoint URL: https://live.aiosell.com/api/v2/cm/data/sample-pms Purpose: This API allows third-party systems to fetch reservation and booking details for hotels connected via Aiosell’s Channel Manager Method: POST DATA: { "type" : "reservation", ...
    • How to Update Rates - Aiosell Channel Manager

      How to update the rates from Aiosell Channel Manager: 1. Go to channel manager option 2. Go to UPDATE RATES, you can navigate the date from there 3. Make the changes in the rates for required dates 4. Click on Publish rates 5. Any changes made will ...
    • 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 ...