Skip to main content

Parameterisation options on RESnWEB

Written by Anett Hirschmann

In some cases, a guest may be required to arrive at our interfaces using parameters that have already been set (e.g. the date picker used on the accommodation’s website). This can be achieved by constructing the URL accordingly.

Using an iFrame, the URL of the subpage where the booking system is displayed must be filled with GET parameters (RESnWEB tags). The first parameter must be placed at the end of the URL of the interface after ‘?’. The parameters are listed separated by ‘&’ and prefixed with ‘rnw_’.

Example:

https://example.com/reservation/?rnw_lang=hu&rnw_arrive=2020-09-21&rnw_departure=2020-09-26&rnw_roomrepls=2,1,3:2&rnw_curr=EUR&rnw_noredir=true

Using an external page, the URL of the accommodation’s interface needs to be supplemented with GET parameters (RNW tag). The first parameter must be placed after the ‘/‘ character in the URL of the interface. The URL must be ended with ‘;’ character.

Example:

https://nethotelbooking.net/hotels/DEMO/lang=hu;arrive=2023-09-21;departure=2023-09-26;roomrepls=2,1,3:2;ca_currency=EUR;noredir=true

Parameters you can enter

Booking interface

Embedded (iFrame)

Not embedded (external URL)

Description

Example

rnw_arrive

arrive

date of arrival

2020-01-01

rnw_departure

departure

date of departure

2020-01-02

rnw_roomrepls

roomrepls

number of guests*

2,1,3:2,2,6,5

rnw_noredir

noredir

disable redirection

false

rnw_code

code

promotional code

e.g. returning guest

rnw_curr

ca_currency

currency ISO code (3 characters, upper case)

HUF

rnw_lang

lang

booking interface language ISO code (2 characters)

  • hu - Hungarian,

  • en - English,

  • de - German,

  • it - Italian,

  • sk - Slovak,

  • ro - Romanian,

  • sr - Serbian,

  • cs - Czech,

  • ru - Russian,

  • pl - Polish

rnw_servicePackage

servicePackage

the specified additional service(s) will be automatically selected in the interface*

2547,2:5755

rnw_pinToTop

pinToTop

fixing the specified room type at the top of the search list*

2117

rnw_highlightedPrice

highlightedPrice

highlight the selected price*

  • bar

  • pac12345

  • fix12345

rnw_showLogin

showLogin

show the login to the loyalty program*

1 (value is always 1)

* More information

Transfer of guest occupancy data

The number of guests is structured as follows:

If the search only includes adults, enter 0 for the number of children.

Selecting additional services

Additional services can be provided as follows:

The content of the parameter is the same in all cases. The identifier is mandatory, the number of items can be omitted, in which case the system counts with 1 piece.

Appearance:

Pin room type to the top of the search results

Appearance:

Highlight price

Appearance:

Highlighting multiple packages:

It is also possible to highlight multiple packages at the same time. In this case, the package IDs must be entered separated by commas.

Loyalty program landing page

Appearance:

Gift voucher module

Embedded (iFrame)

Not embedded (external URL)

Description

Example

rnw_code

code

promotional code

PROMOCODE

rnw_voucherID

voucherID

gift voucher identifier

42

rnw_category

category

gift voucher category identifier

206

Request for proposal module

Embedded (iFrame)

Not embedded (external URL)

Description

Example

rnw_curr *

ca_currency

currency ISO code (3 characters, upper case)

HUF

rnw_lang

lang

ISO code for the language of the proposal form (2 characters)

hu

* The currency variable, defined in the embed code, overwrites the value in the URL.

Multiple hotels interface

Embedded (iFrame)

Not embedded (external URL)

Description

Example

rnw_arrive

arrive

date of arrival

2023-05-01

rnw_departure

departure

date of departure

2023-05-06

rnw_code

code

promotional code

e.g. returning guest

rnw_lang

lang

ISO code for the language of the multiple hotels interface (2 characters)

  • hu - Hungarian,

  • en - English,

  • de - German

  • it - Italian,

  • sk - Slovak,

  • ro - Romanian,

  • sr - Serbian,

  • cs - Czech,

  • ru - Russian,

  • pl - Polish

rnw_view

view

by default, accommodation is displayed in map view instead of list view

map

Did this answer your question?