Skip to main content

Changelog

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.

December 23, 2024

FieldChange TypeDescription
operationTimeoutDeprecatedThis 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)RemovedThe '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.

October 07, 2024

FieldChange TypeDescription
hoursBeforeDeprecatedThe '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.

May 25, 2021

FieldChange TypeDescription
supplierCodeAddedAdded new input `supplierCode` in hotels query. You can see more details of `hotels` query in the documentation here.

December 22, 2020

FieldChange TypeDescription
isVCC, virtualCreditCard, threeDomainSecurityAddedAdd 3 new fields in PaymentCardInput.
threeDomainSecurityAddedStrong Customer Authentication (3DS): 3DS data can now be included with a Payment Card in a book request alongside payment card data.
virtualCreditCardAddedVirtual Credit Cards (VCC): Extra information about Virtual Credit Cards can now be included with a Payment Card in a Book request.

February 26, 2020

FieldChange TypeDescription
bookingIDAddedNow 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.

August 06, 2019

FieldChange TypeDescription
PaymentCardTypeAddedAdd new enum type PaymentCardType which contain list of supported payment cards.
typeAddedAdd new field `type` of type PaymentCardType into PaymentCardInput and deprecate old field `cardType`.
RoomConnectionAddedType HotelData introduces field RoomConnection (same type as Rooms service operation).
RoomSource, OccupancyStaticAddedModified RoomData type by adding the new types RoomSource (string) and OccupancyStatic.
descriptionDeprecatedDeprecated description from Bed (search).

December 11, 2019

FieldChange TypeDescription
marketDeprecatedThe '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.
marketDeprecatedThe '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.

February 05, 2019

FieldChange TypeDescription
tokenDeprecatedThe '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.

February 28, 2018

FieldChange TypeDescription
checkInDeprecatedThe '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.
checkOutDeprecatedThe '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.