Reverb Booking Engine - Deep Link Structure
The page outlines how to build a deep link to the Reverb HR Booking Engine by adding query string parameters to the URL that will determine the results displayed on the landing page.
Constructing the link
Base URL:
Construct the base url by using the domain of the booking engine. Example https://reverb.nextguestdevelopment.com
Adding query params:
Param
Description
Example
Requirement
propertyCode
Property Identifier
propertyCode={property-code}
required
checkin
Check-in Date
checkin={yyyy-mm-dd}
required
checkout
Check-in Date
checkin={yyyy-mm-dd}
required
rooms
Total number of rooms
room={number}
required
adults
Total number of guests
adults={number}
required
promoCode
Promotion Code
promoCode={promo-code}
Last updated
Was this helpful?