Aiosell REST API Documentation - FETCH Rates, Inventory & Reservation

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
  1. DescriptionFETCH room availability (inventory) from Aiosell for various room types.
  2. Referencehttps://support.aiosell.com/portal/en/kb/articles/fetch-inventory-from-aiosell
Reservation FETCH POST
  1. Description: FETCH reservation details from Aiosell, received via OTA.
  2. Referencehttps://support.aiosell.com/portal/en/kb/articles/fetch-reservations-from-aiosell
Rate FETCH POST
  1. Description: FETCH rate from Aiosell for various rate plans.
  2. Referencehttps://support.aiosell.com/portal/en/kb/articles/fetch-rates-from-aiosell
    • Related Articles

    • Aiosell REST API Documentation - PMS to Channel Manager Integration

      This guide is designed for Property Management Systems (PMS) looking to integrate with Aiosell Channel Manager. It outlines the required API endpoints, data formats, and workflows for pushing inventory, rates, and reservations. Inventory Push ...
    • Aiosell REST API Documentation - OTA/Booking Engine to Channel Manager

      This guide is designed for Online Travel Agents / Booking Engine looking to integrate with Aiosell Channel Manager. It outlines the required API endpoints, data formats, and workflows for receiving inventory, rates, and posting reservations. ...
    • 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": ...
    • Reservation POST from 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 is used by Aiosell to push new ...