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. Partner
  2. Bookings

Booking Review

The booking review process

PreviousBooking FeeNextBooking Addons

Last updated 2 years ago

Only review for the booking process can be submitted before the departure date.

Request

  • rate_parking - Rate the parking lot

  • rate_quality - Rate the service quality

  • rate_transfer - Rate the transfer

  • body_public - Review the booking

  • body_private- Review the booking (private anonymous message to the parking operator)

  • rate_booking - Rate the booking process

  • body_booking - Review the booking process

Validation

  • The rate_* fields accept integer values from 1 to 5.

  • The body_* fields accept messages with a max of 1024 characters.

Show booking review

get
Authorizations
Path parameters
bookingstring · uuidRequired

The resource

Header parameters
Accept-LanguagestringOptional
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
get
GET /v1/bookings/{booking}/review HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

  • GETShow booking review
  • POSTUpdate booking review

Update booking review

post
Authorizations
Path parameters
bookingstring · uuidRequired

The resource

Header parameters
Accept-LanguagestringOptional
Body
anyOptional
Responses
200
The request has been successful
401
The request is unauthorized
403
The request is forbiden
404
The resource cannot be found
422
The request cannot be processed
post
POST /v1/bookings/{booking}/review HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*

No content