Last updated 2 years ago
To easily integrate the external parking system, perform the following operation in the exact order:
Check latest changes
Get booking information
To list the last changed booking, use the sort=-updated_at field.
sort=-updated_at
You can also mark a booking as abandoned or provide your barcode.
Provide accurate status of the booking. See
Only CONFIRMED or ABANDON are allowed for parking operators.
The parking uuid
The booking code
PATCH /v1/parkings/{parking}/bookings/{booking} HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 17 { "status": "text" }
The request has been successful
No content