Booking Review

The booking review process

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
get
GET /v1/bookings/{booking}/review HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

Update booking review

post
Authorizations
Path parameters
bookingstring · uuidRequired

The resource

Header parameters
Accept-LanguagestringOptional
Body
anyOptional
Responses
200
The request has been successful
post
POST /v1/bookings/{booking}/review HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*

No content

Last updated