The functionality supported by `AreaInfo` and `HotelInfo > RelativePositions` are soon to sunset
Booking.com is deprecating the functionality of specifying/retrieving nearby attractions and the property's relative position information using AreaInfo
and HotelInfo > RelativePositions
as of March 15, 2023, and will sunset on June 30, 2023. Booking.com automatically generates the nearby places and the property's relative position information. Please see the deprecation policy documentation for more details.
HotelInfo
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
HotelDescriptiveContent/HotelInfo | Information about the types of rooms and services a property offers. | object | 1..1 | - |
HotelInfo /CategoryCodes | General property details, such as number of rooms and property type. | object | 0..1 | - |
HotelInfo /Languages | Languages spoken at the property. | array of Language | 0..1 | - |
HotelInfo /Position | Geographical coordinates of property. | object | 0..1 | - |
HotelInfo /Services | Services offered at the property. | array of Service | 0..1 | - |
HotelInfo /OwnershipManagementInfos | Information about the property's relationship to Booking.com. | array of OwnershipManagementInfo | 1..1 | - |
HotelInfo /RelativePositions | - | |||
HotelInfo /TPA_Extensions | Container for AcceptedPayments, InvoiceDetails, and PaymentPreferences. | object | 0..1 | - |
XML
<HotelInfo> <CategoryCodes> ... </CategoryCodes> <Languages> ... </Languages> <Position ... /> <Services> ... </Services> <OwnershipManagementInfos> ... </OwnershipManagementInfos> <RelativePositions> ... </RelativePositions> <TPA_Extensions> ... </TPA_Extensions> </HotelInfo>