Last updated

Room

Fields

FieldDescriptionTypeMin/maxNotes
GuestRoom/
Room
-object1..1-
Room/
@NonSmoking
Specifies whether the property allows smoking in the room.int0..21 = non-smoking, 0 = smoking allowed, 2 = unknown, Default: unknown. Smoking policy being set to unknown is the same as setting both in the extranet.
Room/
@Quantity
The number of rooms of this type the property has.int0..1-
Room/
@RoomID
A custom room ID, assigned by the Connectivity Partner, for cross-referencing purposes.string0..1The Booking.com room type ID is specified in SellableProduct[@InvCode].
Room/
@RoomType
The number or name of the Booking.com Room Type Code.BCRT1..1-
Room/
@SizeMeasurement
The size of the room.float0..1Use @SizeMeasurementUnit to specify unit of measurement.
Room/
@SizeMeasurementUnit
The measurement unit for @SizeMeasurement.enum0..1Accepts: sqm (square metres), sqft (square feet). Default: sqm

XML

<Room
  NonSmoking="1"
  Quantity="1"
  RoomID="1234441"
  RoomType="Double"
  SizeMeasurement="16"
  SizeMeasurementUnit="sqm" />