Booking Review
The booking review process
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.
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
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
Last updated