Backoffice - iHotelier / GMS configuration

Inside the backoffice, there is data coming from iHotelier, for example, in the room settings:

  • "ROOM ID" field is a dropdown with the name of rooms coming from iHotelier data.

  • "LEAD RATE" values comes from iHotelier

If we don't receive any value from iHotelier (as there is not the correct configuration on this dev environment), the "ROOM ID" is a simple input, and the "LEAD RATE" comes from the Fall back rate.

How to edit your iHotelier configuration on your dev environment

The iHotelier configuration is accessible at unit level.

1 - In the "Bento menu", choose the icon "Admin"

2 - In the sidebar click on "Unit"

3 - Select your unit in the list (for example Tc Default)

4 - go to the tab "Settings"

This will be used for iHotelier calls made by the backoffice. If the call to the API is not made by the backoffice (for example a call from proxy), the configuration is not here.

Key

Description

IHOTELIER_URL

Base API URL

IHOTELIER_URL_AUTH

optional, if you don't define it, it will be IHOTELIER_URL + /oauth/token

IHOTELIER_CLIENT

Client ID for API authentication

IHOTELIER_SECRET

Corresponding secret

IHOTELIER_URL_BOOKING

Base URL for booking link generated by Galaxy

How to remove a key?

Currently it is not possible to remove a key, so in that case we advise to empty the value

Last updated