Last updated

Amenity

Multiple ancestors

Amenity can be a descendant of:

OTA_HotelDescriptiveContentNotifRQ & OTA_HotelDescriptiveInfoRS

Fields

FieldDescriptionTypeMin/maxNotes
Amenities/
Amenity
Details of a property-level amenity.object0..*-
Amenity/
@RoomAmenityCode
The Room Amenity Type Code.RMA1..1-
Amenity/
@AmenityCode
The Room Amenity Type Code.RMA1..1Same as @RoomAmenityCode, introduced for compatibility with OTA_HotelInvNotifRQ.
Amenity/
@Quantity
The available number of amenities of this type.int0..1-
Amenity/
@Value
The available number of amenities of this type.enum0..1Same as @Quantity, introduced for compatibility with OTA_HotelInvNotifRQ.
Amenity/
@Configuration
Specifies whether the amenity is available in the standard or alternative room arrangement.enum0..1Accepted only when RMA code is a bed type. Possible values: 1 (standard arrangement), 2 (alternative arrangement). This option is not available for multi-room rooms. Introduced for compatibility with OTA_HotelInvNotifRQ

XML

<Amenity
  RoomAmenityCode="91"
  AmenityCode="91"
  Quantity="4"
  Value="4" />

OTA_HotelInvNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
Amenities/
Amenity
Details of a room-level amenity.object0..*-
Amenity/
@AmenityCode
The Room Amenity Type Code.RMA1..1Amenities in sub-rooms can only be beds.
Amenity/
@Configuration
Specifies whether the amenity is available in the standard or alternative room arrangement.enum0..1Accepted only when RMA code is a bed type. Accepts: 1 (standard arrangement), 2 (alternative arrangement). This option is not available for multi-room rooms.
Amenity/
@Value
Specifies the quantity for OTA bed types (bed type amenities).enum0..1You can find the codes for OTA bed types at https://connect.booking.com/user_guide/site/en-US/codes-rma/#ota-bed-types

XML

<Amenity
  AmenityCode="113"
  Configuration="2"
  Value="2" />

OTA_HotelResNotifRQ & OTA_HotelResModifyNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
Amenities/
Amenity
Amenity description.string0..*-

XML

<Amenity>TV</Amenity>
<Amenity>Telephone</Amenity>
<Amenity>Toilet</Amenity>