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 |
Travel routes to and from the property. | array of RelativePosition | 0..1 | - |
HotelInfo /TPA_Extensions |
Container for AcceptedPayments, HotelierMessage, and InvoiceDetails. | object | 0..1 | - |
XML¶
<HotelInfo>
<CategoryCodes>
...
</CategoryCodes>
<Languages>
...
</Languages>
<Position ... />
<Services>
...
</Services>
<OwnershipManagementInfos>
...
</OwnershipManagementInfos>
<RelativePositions>
...
</RelativePositions>
<TPA_Extensions>
...
</TPA_Extensions>
</HotelInfo>