Booking Barcode
The operator can upload a custom barcode to appear on the vouchers. See supported Barcodes
get
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
bookingstringRequired
The booking code
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
get
GET /v1/parkings/{parking}/bookings/{booking}/vehicles HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
patch
Authorizations
Path parameters
parkingstring · uuidRequired
The parking uuid
bookingstringRequired
The booking code
vehiclestring · uuidRequired
The vehicle uuid
Body
barcode_typestringRequired
barcode_valuestringRequired
Responses
200
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}/vehicles/{vehicle} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"barcode_type": "text",
"barcode_value": "text"
}
No content
Last updated