Here, you'll find a detailed record of all the changes made to the Hotel-X Pull Buyers API. This includes newly added fields, deprecated functionalities, modifications, and removed features. Use this section to stay updated and ensure your integrations remain smooth and efficient.
Change Type
- 🟢 Added — New fields or features added to the API.
- 🔵 Changed — Updates or modifications to existing fields or behavior.
- 🟡 Deprecated — Features or fields that are scheduled for removal in the future.
- 🔴 Removed — Features or fields that have been removed.
Field | Change Type | Description |
---|
operationTimeout | Deprecated | This field in the input settings for all booking flow and booking management calls is deprecated. It will no longer be supported and will be removed on 01/05/2025. |
KO (value from BookStatusType) | Removed | The 'KO' status has been completely removed as a valid value for BookStatusType. If a booking fails, an error will be returned. For more details, please refer to the connection error codes. |
Field | Change Type | Description |
---|
hoursBefore | Deprecated | The 'hoursBefore' field under CancelPolicy -> CancelPenalties has been deprecated (search, quote, book, cancel and booking read). The cancelPenalties information is now provided in the 'deadline' node. More info here. This field will be completely removed on 01/05/2025. Please stop including it in your queries. |
Field | Change Type | Description |
---|
supplierCode | Added | Added new input `supplierCode` in hotels query. You can see more details of `hotels` query in the documentation here. |
Field | Change Type | Description |
---|
isVCC, virtualCreditCard, threeDomainSecurity | Added | Add 3 new fields in PaymentCardInput. |
threeDomainSecurity | Added | Strong Customer Authentication (3DS): 3DS data can now be included with a Payment Card in a book request alongside payment card data. |
virtualCreditCard | Added | Virtual Credit Cards (VCC): Extra information about Virtual Credit Cards can now be included with a Payment Card in a Book request. |
Field | Change Type | Description |
---|
bookingID | Added | Now the booking and cancel services allow the user to retrieve and cancel a book with the new field returned in book response `bookingID`. You can see more details of `bookingID` in the documentation here. |
Field | Change Type | Description |
---|
PaymentCardType | Added | Add new enum type PaymentCardType which contain list of supported payment cards. |
type | Added | Add new field `type` of type PaymentCardType into PaymentCardInput and deprecate old field `cardType`. |
RoomConnection | Added | Type HotelData introduces field RoomConnection (same type as Rooms service operation). |
RoomSource, OccupancyStatic | Added | Modified RoomData type by adding the new types RoomSource (string) and OccupancyStatic. |
description | Deprecated | Deprecated description from Bed (search). |
Field | Change Type | Description |
---|
market | Deprecated | The 'market' input under from search criteria is deprecated. The market information should now be provided through the 'markets' input, which allows specifying one or more markets at the same time. This field will be completely removed on 01/05/2025. Please stop including it in your queries. |
market | Deprecated | The 'market' field under Options node is deprecated in the search response. Alternative: Use the 'markets' node for market info of options. his field will be completely removed on 01/05/2025. Please stop including it in your queries. |
Field | Change Type | Description |
---|
token | Deprecated | The 'token' field under Options node is deprecated. This field is no longer returning any value and should not be included in your search queries. It will be completely removed on 01/05/2025. Please ensure that you no longer request this field in your queries. |
Field | Change Type | Description |
---|
checkIn | Deprecated | The 'checkIn' field under 'rs.Booking.Hotel' is deprecated. Alternative: The check-in date is now returned in the 'start' field. It will be completely removed on 01/05/2025. Please update your queries accordingly. |
checkOut | Deprecated | The 'checkOut' field under 'rs.Booking.Hotel' is deprecated. Alternative: The check-out date is now provided in the 'end' field. It will be completely removed on 01/05/2025. Please ensure your queries are updated to use the new field. |