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.


Open Swagger Specification

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 body

Response body

Response 200

Response 400

No response body

Response 401

No response body - No bearer token set verify if your token is added as bearer token

Response 403

No response body - You don't have access to this API resource

Response 404

No response body

Response 500

No response body