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: https://support.aiosell.com/portal/en/kb/articles/fetch-inventory-from-aiosell
Reservation FETCH POST
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 ...