> For the complete documentation index, see [llms.txt](https://docs.nextpark.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nextpark.io/operator/bookings.md).

# Bookings

To easily integrate the external parking system, perform the following operation in the exact order:

* Check latest changes
* Get booking information

{% hint style="info" %}
To list the last changed booking, use the `sort=-updated_at` field.
{% endhint %}

You can also mark a booking as abandoned or provide your barcode.

### Confirm or Abandon

Provide accurate status of the booking. See [Status](/advance/constans.md#statuses)

{% hint style="info" %}
Only **CONFIRMED** or **ABANDON** are allowed for parking operators.
{% endhint %}

{% openapi src="<https://parking.nextpark.dev/swagger.json>" path="/v1/parkings/{parking}/bookings/{booking}" method="patch" %}
<https://parking.nextpark.dev/swagger.json>
{% endopenapi %}
