Bookings

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.

You can also mark a booking as abandoned or provide your barcode.

Confirm or Abandon

Provide accurate status of the booking. See Status

Only CONFIRMED or ABANDON are allowed for parking operators.

patch
Authorizations
Path parameters
parkingstring · uuidRequired

The parking uuid

bookingstringRequired

The booking code

Body
statusstringRequired
Responses
200
The request has been successful
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