To create unique links ther are variour part of the URL that can be edited before using them
| Below, we will show examples with the hotel code GVAPALUX (A demo hotel) | |
| Hotel link: | https://ibe.gauvendi.com/recommendation?hc=gvapalux |
| Direct product | |
| &spec=RFCXXX | |
| If we want to provide a link for a specific product, to the link we need to add the product code: &spec=RFCXXX The code can be any product type: MRFC,ERFC or RFC | |
| Example | https://ibe.gauvendi.com/recommendation?hc=gvapalux&spec=RFC016 |
| Number of travelers | |
| &nr=x | |
| If we want to provide a link for spefic number of travellers, to the link we need to add: &nr=x | |
| Example | https://ibe.gauvendi.com/recommendation?hc=gvapalux&nr=3 |
| Promo code | |
| &promo=XXXX | |
| If we want to provide a link with a promo code, to the link we need to add: &promo=XXXX | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&promo=promo |
| Language Selection | |
| &lang=xx | |
| If we want to provide a link in a particular language accepted by GauVendi, to the link we need to add: &lang=xx | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&lang=fr |
| Show Prices per stay | |
| &ps=1 | |
| If we want to show the price per stay instead of per night, to the link we need to add: &ps=1 | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&ps=1 |
| Specific dates | |
| &chkIn=DD-MM-YYYY&chkOut=DD-MM-YYYY | |
| To send a link with specific dates you need to add: &chkIn=DD-MM-YYYY&chkOut=DD-MM-YYYY | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&chkIn=03-12-2024&chkOut=07-12-2024 |
| Currency | |
| &cur=XXX | |
| To send a link with specific currency you need to add: &cur=XXX | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&cur=EUR |
| Including taxes | |
| &incTax=1 | |
| To send a link with taxes included you need to add: &incTax=1 | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&incTax=1 |
| Finally, all these can be combined together: | |
| Example | https://booking.gauvendi.com/recommendation?hc=gvapalux&chkIn=03-12-2024&chkOut=07-12-2024&lang=fr&nr=3&spec=RFC016 |