---
title: "Hotellinx PMS Web Service - change log"
canonical: "https://support.vitec-hotellinx.com/space/KB/103645185/Hotellinx%20PMS%20Web%20Service%20-%20change%20log"
format: markdown
---
| **DATE** | **CHANGES** |
| --- | --- |
| ### 01-04/2023 | Added function GetReservationInvoice  
Added function CreateReservationSalesPostingRequest  
Added function CreatePaymentPostingRequest  
Added function GetAvailabiltyFromAllotment  
Added function GetPriceAvailabilityFromAllotment<br>Added to function PutReservations element hlxReservationLine/Allotment  
Added to function PutReservations element hlxGuestName/Deposit for posting deposits to personal (name line) bills  
Added to function PutReservations hlxReservation/PaymentToken (customization)<br>Change to function PutReservations use of element hlxCustomer/Identification1 (only if customization)<br>Added to function ReservationsRQ search on email address  
Added to function ReservationsRQ search on GlobalId (only if customization)<br>Added to function ReservationsRQ (and GetReservations) response elements hlxGuestName/CheckInTime and hlxGuestName/CheckOutTime  
Added to function ReservationsRQ (and GetReservations) response elements hlxReservationLine/HotelId and hlxReservationLine/HotelCode  
Added to function ReservationsRQ (and GetReservations) response element hlxCustomer/GlobalId (customization)  
Added to function ReservationsRQ (and GetReservations) response element Clerk (must be enabled in service configuration)<br>Added to function RatesRQ GetRates query parameter CampaignCode  
Added to function RatesRQ/GetRates response element ConnectedRates  
Added to function RatesRQ/GetRates response elements hlxRateLine/Amount, hlxRateLine/VatPercent, hlxRateLine/Category |
| ### 05/2023 | Added hlxRate/CampaignCode to ReservationsRQ/GetReservations response |
| ### 08/2023 | Added reservation qualities to ReservationsRQ/GetReservations response |
| ### 09/2023 | Added ReservationDimension to GetReservations/ReservationsRQ response and PutReservations request |
| ### 10/2023 | Added reservation qualities to GetGuestAccounts response |
| ### 10/2023 | Added search parameter ReservationDeparture to ReservationsRQ, to search for all reservations with departure date according to the parameter (regardless of whether these reservations are already checked out or not) |
| ### 11/2023 | GetRoomTypes new function |
| ### 11/2023 | GetRooms new function |
| ### 11/2023 | DepositPaidAmount added to ReservationsRQ/GetReservations, PutReservations. GuestNameId can be used to modify guest name line, e.g. change name or add personal deposit paid to name line folio. |
| ### 11/2023 | New function CanUseCampaignCode |
| ### 01/2024 | PutReservations hlxGuestName/FirstName and hlxGuestName/Surname are truncated to 30 characters |
| ### 01/2024 | DateFrom and DateUntil in function RatesRQ/GetRates response have time part <> 00:00:00 (valid time for rates connected to date-time based departments (in Hotellinx Cloud update 01/2024) |
| ### 01/2024 | The same rate may after Hotellinx Cloud update 01/2024 have several campaign codes, in function RatesRQ/GetRates response these will all appear in the CampaignCode field. In RatesRQ, one CampaignCode can be provided in the request and only rates for which this campaign code has been set, will then be included in the response |
| ### 01/2024 | Added hlxGuestName/Mobile to ReservationsRQ/GetReservations and to PutReservations. |
| ### 01/2024 | Reservation** **arrival info added to GetReservations/ReservationsRQ-response and PutReservations request |
| ### 02/2024 | Added parameter SettleInvoice to function CreateReservationPaymentPostingRequest, if not provided default is false. If true, then invoice will be settled if balance 0 after payment in request posted. InvoiceNumber added to ReservationPostingResp, InvoiceNumber=0 or omitted if invoice not settled, otherwise number created by Hotellinx. Success is still true if payment posting successful and false if failed, regardless of whether invoice settled or not. |
| ### 02/2024 | Parameter InvoiceNumber added to GetReservationInvoice request and if given, the function will find the invoice with that number and return all its posting rows. If InvoiceNumber not given, the function will return all posting rows on all invoices for the given HotellinxReservationLineId or ReservationLineId. |