...
In the following article we will show you how to filter reservations based on multiple methods. Often we will need to get reservations or roomstays depending on of the booking numb number but it will be likely that we need to search for reservations that checked-in/out dates, or even a combination of them. In any case, the most important is to get the information we need in order to perform more actions afterwards.
...
Ulyses Connections lets end-users to choose the room where they wish to be allocated. To do that we will need to use the following endpoint. However, we will need to get the list of rooms available to be allocated.
...