# Booking Review

{% hint style="info" %}
Only review for the booking process can be submitted before the departure date.
{% endhint %}

#### Request

* `rate_parking` - Rate the parking lot&#x20;
* `rate_quality` - Rate the service quality
* `rate_transfer` - Rate the transfer
* `body_public` - Review the booking&#x20;
* `body_private`- Review the booking (private anonymous message to the parking operator)&#x20;
* `rate_booking` - Rate the booking process&#x20;
* `body_booking` - Review the booking process&#x20;

#### Validation

* The `rate_*` fields accept integer values from 1 to 5.&#x20;
* The `body_*` fields accept messages with a max of 1024 characters.&#x20;

{% openapi src="<https://sales.nextpark.dev/swagger.json>" path="/v1/bookings/{booking}/review" method="get" %}
<https://sales.nextpark.dev/swagger.json>
{% endopenapi %}

{% openapi src="<https://sales.nextpark.dev/swagger.json>" path="/v1/bookings/{booking}/review" method="post" %}
<https://sales.nextpark.dev/swagger.json>
{% endopenapi %}
