Aiosell FETCH Channel Manager Information
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 Rates from Aiosell
API Endpoint URL: https://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": ...
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", ...