HotelDescriptiveContent
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
HotelDescriptiveContents/HotelDescriptiveContent | Container for property details. | object | 1..1 | - |
HotelDescriptiveContents/@HotelCode | The Booking.com property ID, returned on creation of the property. | integer | 0..1 | Required when overlaying an existing property. |
HotelDescriptiveContent /@HotelDescriptiveContentNotifType | Specifies whether the request is meant to create a new property or overlay an existing one. | enum | 0..1 | Accepts these values: New , Overlay . Default: New |
HotelDescriptiveContent /@HotelName | Specifies the name of the property on Booking.com. | string | 1..1 | Required when creating a new property. If you want to (re)name a property, ensure the name follows Booking.com rules. |
HotelDescriptiveContent /@ID | Your custom property ID, as assigned when you created the property. | string | 0..1 | Recommended for new properties. |
HotelDescriptiveContent /@LanguageCode | Specifies the language in which the property wants their Booking.com extranet content and communication (emails, notifications, ...) etc. | BCL | 0..1 | Default: en . You can find the language codes in the Booking.Com Language Code table. |
HotelDescriptiveContent /@CurrencyCode | The currency code. | currencycode | 1..1 | Booking.com defines the currency for each property. For properties located in dual-currency countries, you can switch between currency codes when the property status is XML: Being built or Test Hotel . Retrieve a list of all currency codes with /xml/currencies. |
HotelDescriptiveContent /AffiliationInfo | Star ratings and other awards. | array of Awards | 0..1 | - |
HotelDescriptiveContent /AreaInfo | Details about attractions and amenities in the area. | object | 0..1 | - |
HotelDescriptiveContent /ContactInfos | Contact information. | array of ContactInfo | 1..1 | - |
HotelDescriptiveContent /FacilityInfo | Details of property facilities. | object | 0..1 | - |
HotelDescriptiveContent /HotelInfo | Property details and descriptions. | object | 0..1 | - |
HotelDescriptiveContent /Policies | Property policies around services, taxes, etc. | array of Policy | 0..1 | - |
HotelDescriptiveContent /TPA_Extensions | Container for: StandardPhrases, GuestInformation, PropertyTaxInfo, PreventLikelyToBeCancelledBookings, CancellationGracePeriod, TotalNumberOfFloors, PricingType, LongStayInfo. | object | 0..1 | - |
XML
<HotelDescriptiveContent HotelCode="12345" HotelDescriptiveContentNotifType="Overlay" HotelName="Fake Hotel" ID="101010" LanguageCode="en"> <AffiliationInfo> ... </AffiliationInfo> <AreaInfo> ... </AreaInfo> <ContactInfos> ... </ContactInfos> <FacilityInfo> ... </FacilityInfo> <HotelInfo> ... </HotelInfo> <Policies> ... </Policies> <TPA_Extensions> ... </TPA_Extensions> </HotelDescriptiveContent>