WebHotelier supports launching the booking engine with a specific view pre-selected. For example, you can redirect the client to manage his booking and have the booking engine automatically launch the Modify/Cancel Booking modal window.

This functionality is useful for WebHotelier views that are only accessible via JS modals.

Table of Contents
  1. Request Parameter
  2. Supported values
  3. Examples

Request Parameter

NAME TYPE RANGE REQUIRED DEFAULT EXAMPLE
view string varchar(64) YES view=amend

Supported values

NAME DESCRIPTION EXAMPLE
amend Opens Modify/Cancel Booking form in a modal window. launch
bkcode Opens Private Rates form in a modal window. launch
flexible Launches the Flexible Dates Calendar (can be combined with checkin/nights and other parameters). launch
offers Launches the Offers list in a modal window. launch
retrieval Alias for "view=amend". launch
ta Launches the Travel Agent (B2B) login/register page.
REQUIRES B2B
launch
corp Launches the Corporate (B2B) login/register page.
REQUIRES B2B
launch
login
loyalty
smartguest
Launches SmartGuest login/registration page.
REQUIRES SMARTGUEST
launch
inquiry Launches Make me an Offer form (can be combined with checkin/nights and other parameters).
REQUIRES QUOTELIER
launch

⛔ CAUTION ⛔

Do not forget to replace example.reserve-online.net in the examples below with the real booking engine hostname.

If you don't know the hostname yet, please contact WebHotelier support.

Examples

https://example.reserve-online.net/?view=amend
https://example.reserve-online.net/?view=bkcode
https://example.reserve-online.net/?view=flexible&nights=4&adults=2
https://example.reserve-online.net/?view=offers
https://example.reserve-online.net/?view=retrieval
https://example.reserve-online.net/?view=ta
https://example.reserve-online.net/?view=login
https://example.reserve-online.net/?view=loyalty
https://example.reserve-online.net/?view=smartguest
https://example.reserve-online.net/?view=inquiry&checkin=today+2&nights=7