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
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
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