How to map Aiosell Website with Hotel Domain

How to map Aiosell Website with Hotel Domain

  1. Login into your Domain Login Page
  2. Search for your Domain
  3. Open DNS section
  4. Add an A Recored in the DNS and make sure there is only 1 A record
Sample:


    • Related Articles

    • Whitelabel / URL Masking of Aiosell Software under your Sub Domain

      To mask / white label your Sub Domain, follow the below steps: Login into your domain account which can be by various provider (Godaddy, Namecheap, BigRock etc) Search for DNS Add a new record to create a Sub Domain (name*) and to Point it to Aiosell ...
    • 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 ...
    • 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/{PARTNER_ID} 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" : ...