Bookings
To easily integrate the external parking system, perform the following operation in the exact order:
Check latest changes
Get booking information
You can also mark a booking as abandoned or provide your barcode.
Confirm or Abandon
Provide accurate status of the booking. See Status
patch
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
bookingstringRequired
The booking code
Body
statusstringRequired
Responses
200
The request has been successful
204
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
406
The request has been refused
422
The request cannot be processed
patch
PATCH /v1/parkings/{parking}/bookings/{booking} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"status": "text"
}
No content
Last updated