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.
The resource
The request has been successful
No content
The request is unauthorized
The request is forbiden
GET /v1/bookings/{booking}/review HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
No content
The resource
The request has been successful
No content
The request is unauthorized
The request is forbiden
The resource cannot be found
The request cannot be processed
POST /v1/bookings/{booking}/review HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
No content
Last updated