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 lotrate_quality
- Rate the service qualityrate_transfer
- Rate the transferbody_public
- Review the bookingbody_private
- Review the booking (private anonymous message to the parking operator)rate_booking
- Rate the booking processbody_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/v1/bookings/{booking}/review
Authorization
Path parameters
booking*string (uuid)
The resource
Header parameters
Response
The request has been successful
Request
Update booking review
POST/v1/bookings/{booking}/review
Authorization
Path parameters
booking*string (uuid)
The resource
Header parameters
Body
The review
any
Response
The request has been successful
Request
Last updated