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

Bookings

PreviousPricingNextBooking Invoice

Last updated 2 years ago

To easily integrate the external parking system, perform the following operation in the exact order:

  • Check latest changes

  • Get booking information

To list the last changed booking, use the sort=-updated_at field.

You can also mark a booking as abandoned or provide your barcode.

Confirm or Abandon

Provide accurate status of the booking. See

Only CONFIRMED or ABANDON are allowed for parking operators.

  • Confirm or Abandon
  • PATCH/v1/parkings/{parking}/bookings/{booking}
patch
Authorizations
Path parameters
parkingstring ยท uuidRequired

The parking uuid

bookingstringRequired

The booking code

Body
statusstringRequired
Responses
200
The request has been successful
204
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} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "status": "text"
}

No content

Status