Find and Book
Find and book links route the user directly to the ParkWhiz checkout page based on an explicitly-set location, event, time, and/or pricing. If there is no available inventory based on the selected filtering, the link will redirect the user to the ParkWhiz home page.
Find and Book links are useful when marketing a particular location, price, or group-specific inventory as it removes any filtering or searching prior to selecting an option to purchase.
Find and book links always begin with the route find_and_book
and are followed by a series of query parameters that indicate the type of parking and any information to auto-fill at checkout.
#
Query ParametersParameter | Type | Filter by |
---|---|---|
email | String | The user’s email, prefilled at checkout. Email can also be used to find and book restricted pricings. |
end_time | ISO 8601 timestamp | Parking End Time, in local time without offset |
event_id | Integer | Arrive Event ID |
event_package_id | Integer | Arrive Package ID. Does not work with Private pricings. |
first_name | String | The first name of the user, prefilled at checkout |
last_name | String | The last name of the user, prefilled at checkout |
location_id | Integer | Arrive Location ID |
pricing_access_codes | String | The Pricing Access Code(s) used to return restricted inventory |
pricing_access_code_exclusive | Boolean | If true, will only return the checkout page if the pricing access code selected has available inventory given the provided filters. If false, will return the lowest price available, regardless whether the PAC is attributed. |
pwa | String | Affiliate Code |
start_time | ISO 8601 timestamp | Parking Start Time, in local time without offset |
#
Find and Book by Event IDUse this find and book link to land your users on checkout for a specific event and location.
Parameter | Type | Filter by |
---|---|---|
event_id | Integer | Arrive Event ID |
location_id | Integer | Arrive Location ID |
#
Find and Book by Event Package IDUse this find and book link to land your users on checkout for a specific event package and location.
Parameter | Type | Filter by |
---|---|---|
event_package_id | Integer | Arrive Package ID. Does not work with Private pricings. |
location_id | Integer | Arrive Location ID |
#
Find and Book by Start and End Time (Transient)Use this find and book link to land your users on checkout at a location for a particular time range.
info
Your start and end times should be formatted in local time without offset, eg YYYY-MM-DDTHH:MM
Parameter | Type | Filter by |
---|---|---|
start_time | ISO 8601 timestamp | Parking Start Time, in local time without offset |
end_time | ISO 8601 timestamp | Parking End Time |
location_id | Integer | Arrive Location ID, in local time without offset |
Try It Out!
Parameter | Value |
---|---|
| |
| |
|
https://www.parkwhiz.com/find_and_book/?start_time=2022-11-04T20:36&end_time=2022-11-04T23:36&location_id=9959
#
Optional parametersOptional parameters can be added to any find and book links and are used to prefill checkout, validate private pricing/inventory, or attribute partner affiliate/tracking to the purchase.
Parameter | Type | Filter by |
---|---|---|
email | String | The user’s email, prefilled at checkout. Email can also be used to find and book restricted pricings. |
first_name | String | The first name of the user, prefilled at checkout |
last_name | String | The last name of the user, prefilled at checkout |
pricing_access_codes | String | The Pricing Access Code(s) used to return restricted inventory |
pricing_access_code_exclusive | Boolean | If true, will only return the checkout page if the pricing access code selected has available inventory given the provided filters. If false, will return the lowest price available, regardless whether the PAC is attributed. |
pwa | String | Affiliate Code |
Try It Out!
Note: If you're logged in you'll need to sign out or open the link in an incognito tab to view results.
Parameter | Value |
---|---|
| |
| |
| |
| |
| |
|
https://www.parkwhiz.com/find_and_book/?first_name=Test&last_name=Testerson&email=test@test.com&start_time=2022-11-04T20:36&end_time=2022-11-04T23:36&location_id=9959