> For the complete documentation index, see [llms.txt](https://developer.ultimo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ultimo.net/api-key-templates/reservations.md).

# Reservations

:white\_check\_mark:Professional :white\_check\_mark:Premium :white\_check\_mark:Enterprise

### Playground

{% hint style="info" %}
Swagger documentation for this connector is available on our playground environment. It is also possible to test the connector on this page, use the parameters below to try it out!
{% endhint %}

| Parameter   | Description                                                                                       |
| ----------- | ------------------------------------------------------------------------------------------------- |
| URL         | <https://devdocs.ultimo.net/docs/index.html?version=v1&apiKey=F663C63420D14A4886D0A7951805B6EC>   |
| ApiKey      | FC1555BA3F5C4C329155B5ADAC2E8AB0                                                                  |
| ApplicantId | Use value 'ULTIMO'                                                                                |
| ExternalId  | Leave empty                                                                                       |
| SpaceId     | Use value '003.0.10'                                                                              |
| UltimoId    | Create a new reservation or get current reservations for space '003.0.10' to retrieve an UltimoId |

### Functional details

There are basically two flows in the connector. One flow sends data to Ultimo and one flow gets data from UltimoThere are basically two flows in the connector. One flow sends data to Ultimo and one flow gets data from Ultimo. Ultimo always acts as a server in this regard. The flows are depicted below:

![](/files/-MZmXQAGPWJZo-JjRkmV)

## **Reservation (RESTInterfaceReservations) with workflows:**

{% content-ref url="/pages/-MZmRmTCn3EXXys-D-Ff" %}
[Create reservation](/api-key-templates/reservations/create-reservation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZmRmTDT2afXz-c65Kd" %}
[Update reservation](/api-key-templates/reservations/update-reservation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZmRmTExO50jdNxqNfz" %}
[Cancel reservation](/api-key-templates/reservations/cancel-reservation.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZmRmTFKnL4k6AOF6sU" %}
[Get reservations](/api-key-templates/reservations/get-reservations.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.ultimo.net/api-key-templates/reservations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
