Last updated 1 year ago
The operator can upload a custom barcode to appear on the vouchers. See supported Barcodes
The parking uuid
The booking code
curl -L \ --url '/v1/parkings/{parking}/bookings/{booking}/vehicles' \ --header 'Authorization: YOUR_API_KEY'
No body
The vehicle uuid
curl -L \ --request PATCH \ --url '/v1/parkings/{parking}/bookings/{booking}/vehicles/{vehicle}' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "barcode_type": "text", "barcode_value": "text" }'