Last updated

Property

Fields

FieldDescriptionTypeMin/maxNotes
Properties/
Property
Details of a property.object0..*-
Property/
@HotelCode
The Booking.com property ID.string1..1-
Property/
@HotelName
The property name.string1..1-
Property/
@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.
Property/
TPA_Extensions
Additional details. (Extensions to OTA standard.)object1..1-
Property/TPA_Extensions/
@HotelStatus
The current property status.string1..1-
Property/TPA_Extensions/
@Created
The property's creation date and time (CE(S)T).string1..1Format: YYYY-MM-DD HH:MM:DD
Property/TPA_Extensions/
@LastChange
The date and time the property status last changed (CE(S)T).string1..1Format: YYYY-MM-DD HH:MM:DD
Property/TPA_Extensions/
@ContentScore
The property page content score as a percentage.string0..100Percentage is calculated periodically. It may take a while for your changes to reflect on the score.
Property/TPA_Extensions/
@ConnectionStatus
The property connection status.string1..1-

XML

<Property
  HotelCode="9999998"
  HotelName="Fake Hotel 001"
  CurrencyCode="EUR">
  <TPA_Extensions
    HotelStatus="XML: Being built"
    Created="2015-11-19 07:13:06"
    LastChange="2015-12-01 16:41:53"
    ContentScore="67"
    ConnectionStatus="Pending Property"/>
</Property>