Last updated 2 years ago
The operator can upload a custom barcode to appear on the vouchers. See supported
The parking uuid
The booking code
GET /v1/parkings/{parking}/bookings/{booking}/vehicles HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
The request has been successful
No content
The vehicle uuid
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" }