Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 140: | Line 140: | ||
'''Example link to a booking form with dates and room pre | '''Example: link to the booking page with dates pre populated:''' | ||
https://www.beds24.com/booking2.php?propid=13437&checkin=2017-8-24&numnight=3 | |||
exchange these values with your data: | |||
checkin=2017-8-24 - the date the guest wants to arrive | |||
&numnight=3 - the number of nights the guest wants to book | |||
'''Example link to a booking form with dates and room pre populated:''' | |||
https://www.beds24.com/booking2.php?checkin=2017-8-24&numnight=3&numadult=2&numchild=0&br1-32919=Book&roomid=32919 | https://www.beds24.com/booking2.php?checkin=2017-8-24&numnight=3&numadult=2&numchild=0&br1-32919=Book&roomid=32919 | ||
| Line 148: | Line 159: | ||
checkin=2017-8-24 - the date the guest wants to arrive | checkin=2017-8-24 - the date the guest wants to arrive | ||
&numnight=3 - the number of nights the guest wants | &numnight=3 - the number of nights the guest wants to book | ||
&numadult=2 - number of adults | &numadult=2 - number of adults | ||