Partner - Booking API
/partners/v1/bookings/parkings - GET
If you need to import the parking bookings into your own system you can use this API. This can be helpful for access management to your parking or administrative reasons. You can filter the bookings by status, arrival date, departure date and creation date.
Endpoint
GET - https://api.travisroadservices.com/partners/v1/bookings/parkings
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
location
|
string | The location ID where you want to retrieve the bookings for |
status
|
string | Filter bookings by status (planned, active, completed, expired, cancelled) |
arrival[from]
|
string | Filter bookings by arrival date (from), format: yyyy-mm-dd (does not work on cancelled bookings) |
arrival[to]
|
string | Filter bookings by arrival date, format (to): yyyy-mm-dd (does not work on cancelled bookings) |
departure[from]
|
string | Filter bookings by departure date (from), format: yyyy-mm-dd (does not work on cancelled bookings) |
departure[to]
|
string | Filter bookings by departure date, format (to): yyyy-mm-dd (does not work on cancelled bookings) |
created[from]
|
string | Filter bookings by creation date (from), format: yyyy-mm-dd |
created[to]
|
string | Filter bookings by creation date, format (to): yyyy-mm-dd |
page
|
string | The collection page number |
itemsPerPage
|
string | The number of items per page |
Request body
No request bodyResponse body
Response 200