Last updated

HotelDescriptiveContent

Fields

FieldDescriptionTypeMin/maxNotes
HotelDescriptiveContents/
HotelDescriptiveContent
Container for property details.object1..1-
HotelDescriptiveContents/
@HotelCode
The Booking.com property ID, returned on creation of the property.integer0..1Required when overlaying an existing property.
HotelDescriptiveContent/
@HotelDescriptiveContentNotifType
Specifies whether the request is meant to create a new property or overlay an existing one.enum0..1Accepts these values: New, Overlay. Default: New
HotelDescriptiveContent/
@HotelName
Specifies the name of the property on Booking.com.string1..1Required 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.string0..1Recommended for new properties.
HotelDescriptiveContent/
@LanguageCode
Specifies the language in which the property wants their Booking.com extranet content and communication (emails, notifications, ...) etc.BCL0..1Default: en. You can find the language codes in the Booking.Com Language Code table.
HotelDescriptiveContent/
@CurrencyCode
The currency code.currencycode1..1Booking.com defines the currency for each property. You cannot change the currency yourself. Retrieve a list of all currency codes with /xml/currencies.
HotelDescriptiveContent/
AffiliationInfo
Star ratings and other awards.array of Awards0..1-
HotelDescriptiveContent/
AreaInfo
Details about attractions and amenities in the area.object0..1-
HotelDescriptiveContent/
ContactInfos
Contact information.array of ContactInfo1..1-
HotelDescriptiveContent/
FacilityInfo
Details of property facilities.object0..1-
HotelDescriptiveContent/
HotelInfo
Property details and descriptions.object0..1-
HotelDescriptiveContent/
Policies
Property policies around services, taxes, etc.array of Policy0..1-
HotelDescriptiveContent/
TPA_Extensions
Container for: StandardPhrases, GuestInformation, PropertyTaxInfo, PreventLikelyToBeCancelledBookings, CancellationGracePeriod, TotalNumberOfFloors, PricingType, LongStayInfo.object0..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>