NextPark
  • Welcome!
  • APIs
  • Partner
    • Bookings
      • Offers
      • Booking
      • Booking Fee
      • Booking Review
      • Booking Addons
      • Booking Services
      • Booking Payment
      • Booking Discount
    • Place
    • Parking
  • Operator
    • Parking
      • Locks
      • Pricing
    • Bookings
      • Booking Invoice
      • Booking Barcode
    • Barriers
  • Advance
    • Authorize
    • Languages
    • Constans
      • Barcodes
    • Responses
    • Sandbox Limits
Powered by GitBook
On this page
  1. Operator
  2. Bookings

Booking Barcode

PreviousBooking InvoiceNextBarriers

Last updated 2 years ago

The operator can upload a custom barcode to appear on the vouchers. See supported

Barcodes
  • GET/v1/parkings/{parking}/bookings/{booking}/vehicles
  • PATCH/v1/parkings/{parking}/bookings/{booking}/vehicles/{vehicle}
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