Barriers
It is easy to integrate parking's onsite systems with a NextPark.
There are two possible API checks to validate:
If the booking is valid and the vehicle can enter the parking space
If the booking has been paid and the vehicle can leave the parking space
Performing the requests also sets up the correct booking status. See statuses
To distinguish NextPark bookings from other providers, please note that NextPark's booking numbers start with "NP".
The QR code is provided to each customer on the booking confirmation and contains the booking reference number for API requests.
Additional notes
The endpoints allow being executed multiple times during the day of arrival and departure as booking can be associated with more than one vehicle.
Entering the parking
Leaving the parking
In or Out
The endpoint has been designed for systems where you cannot distinguish arrivals and departures. Therefore, use only if necessary, as it is not recommended way.
Last updated