To be able to use the latest features of White Label Channel Manager, you must upgrade to the newest versio. You will get access to the following features:
-
Multiple rate plans management for Booking.com
-
Multiple rate plans management for Expedia
-
Price mark-up display in the Property Settings page
-
Mark-up on fees
Upgrading to the newest version (HTML)
If you implemented White Label Channel Manager using the HTML code, you need to manually add a custom piece of code to the response received from Rentals United API to enable the newest version of White Label Channel Manager in your PMS.
-
Copy the following snippet: ui_version="2" .
-
Paste it between languageid="1" and ng-version="7.1.0".
-
Below you can see an exemplary response from Rentals United API.
Upgrading to the newest version (One-line script)
If you implemented White Label Channel Manager using the One-line script option, you need to manually add a piece of code to the script.
-
Copy the following snippet: &uiVersion=2" .
-
Paste it to the end of the URL. You will receive the following script:
<script src="https://new.rentalsunited.com/white-pms-client/script?token=[access_token]&refreshToken=[refresh_token]&languageId=[ID]&uiVersion=2"> </script>