The URL for the booking engine is: https://ibe.smarthotel.nl/?id=
The ID will be given to you by the SmartHOTEL Team after the installation.
You have different GET parameters available should you need to integrate these into your hotels’ website.
Add Promotion Code | &promocode= |
Highlight by package | &package= |
Highlight Room Type | &roomtype= |
Highlight multiple Rooms | &roomtypes= (use comma between room codes e.g. DBL,SGL) |
Show property Segment | &segment= |
Insert booking dates | &arrival=YYYY-MM-DD&departure=YYYY-MM-DD |
Add Adults | &adults= |
Add Children | &children= |
Set language | &language= (this is the code shown in the IBE languages (e.g. de-DE, en-GB) |
Here are some examples;
Add promotion code
https://ibe.smarthotel.nl/?id=5492bdfc-c86c-49f8-90f8-5a7baaefce28&promocode=SAVE25
Highlight package
https://ibe.smarthotel.nl/?id=5492bdfc-c86c-49f8-90f8-5a7baaefce28&package=PACKAGE
Highlight just one room
https://ibe.smarthotel.nl/?id=5492bdfc-c86c-49f8-90f8-5a7baaefce28&roomtype=DOUBLE
Add booking search
https://ibe.smarthotel.nl/?id=5492bdfc-c86c-49f8-90f8-5a7baaefce28&arrival=2023-06-15&departure=2023-06-16&adults=2&children=1
You can get all the codes from the IBE setup
You can combine different GET parameters but we ask that you test they return the required result.