Booking Widget
Integration documentation is available here (https://booking-test.likemagic.tech/)
Deep Linking
To deep link within to a certain booking page following query parameters are available.
They have to be concatenated with a & ,e.g.
https://my.likemagic.tech/search/offers?ADULTS=1&ARRIVAL=2022-10-24&DEPARTURE=2022-10-25&PROPERTY_IDS=MAGIC
ℹ️ You can also just copy & paste the URL from the browser when you are happy which your search parameters |
Search
Base URL: https://my.likemagic.tech/search
Query Param |
Value |
Example |
Note |
Mandatory |
---|---|---|---|---|
ADULTS |
int |
2 |
Number of adults |
no If not provided the property default will be used |
CHILDREN |
Int comma separated list |
2,2 |
Age of childern |
no If not provided the property default will be used |
ARRIVAL |
date |
2022-10-24 |
Arrival date |
no If not provided the property default will be used |
DEPARTURE |
date |
2022-10-25 |
Departure date |
no If not provided the property default will be used |
PROPERTY_IDS |
string |
BRNEL,BRNEE |
comma separated list BRNEE = Bern Wankdorf |
no |
PROMO_CODE |
string |
PROMO22 |
Promocode from PMS |
no |
LNG |
string |
de |
Language of the IBE |
no |
Base URL: https://my.likemagic.tech/search/offers
Query Param |
Value |
Example |
Note |
Mandatory |
---|---|---|---|---|
ADULTS |
int |
2 |
Number of adults |
no If not provided the property default will be used |
CHILDREN |
Int comma separated list |
2,2 |
Age of children |
no If not provided the property default will be used |
ARRIVAL |
date |
2022-10-24 |
Arrival date |
no If not provided the property default will be used |
DEPARTURE |
date |
2022-10-25 |
Departure date |
no If not provided the property default will be used |
UNIT_GROUP_ID |
string |
URBM_PULSE-CLT |
Opens a unitGroup specific page |
no |
PROPERTY_IDS |
string |
BRNEL |
BRNEE = Bern Wankdorf |
yes |
PROMO_CODE |
string |
PROMO22 |
Promocode from PMS |
no |
LNG |
string |
de |
Language of the IBE |
no |