Booking API
/v1/bookings - GET
Through integration with the Booking API, you gain seamless access to TRAVIS’ booking platform, facilitating the upfront reservation of truck parking spaces from your own software. This API establishes direct communication with the truck parking facilities.
Endpoint
https://api.travisroadservices.com/v1/bookings
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
arrivalDateTime
|
string | Filter based on the arrival date and time |
departureDateTime
|
string | Filter based on the departure date and time |
service
|
string | Possible filter values: truckwash, parking, tankcleaning, repair |
language
|
string | The language of the response. |
status
|
string | Filter based on the booking status. Possible filter values: planned, active, completed, expired, cancelled |
licensePlate
|
string | Filter based on the license plate of the vehicle |
isSelfService
|
string | Filter based on whether the booking is self-service |
page
|
string | The collection page number |
itemsPerPage
|
string | The number of items per page |
Response body
Response 200