...
Common operations
Filtering reservations
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 the booking number but it will be likely that we need to search for reservations that checked-in/out dates, 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.
...
Properties need to receive guests personal information in order to complete online checkins. This basically includes the registration of guest documentation but the information can even be more extensive (ie preferences, comments). To be able to send this information to Ulyses PMS we will utilize the following operation. However, if we need to update the data of a guest in a room stay we can use the following endpoint.
Allocating room
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, firstly we will need to get the list of rooms available.
...
Ulyses Connections allow us to to add services to specific roomstays easily. However, we will need to get the list of services available first.
Attach documentation to a stay
Ulyses Connections allow us to send documents linked to specific reservations thanks to the following endpoint. This can be used to attach any type of communication, registration forms or invoices.