Amenity
Multiple ancestors
Amenity
can be a descendant of:
- OTA_HotelDescriptiveContentNotifRQ
- OTA_HotelDescriptiveInfoRS
- OTA_HotelInvNotifRQ
- OTA_HotelResNotifRQ
- OTA_HotelResModifyNotifRQ
OTA_HotelDescriptiveContentNotifRQ & OTA_HotelDescriptiveInfoRS
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Amenities/Amenity | Details of a property-level amenity. | object | 0..* | - |
Amenity /@RoomAmenityCode | The Room Amenity Type Code. | RMA | 1..1 | - |
Amenity /@AmenityCode | The Room Amenity Type Code. | RMA | 1..1 | Same as @RoomAmenityCode , introduced for compatibility with OTA_HotelInvNotifRQ. |
Amenity /@Quantity | The available number of amenities of this type. | int | 0..1 | - |
Amenity /@Value | The available number of amenities of this type. | enum | 0..1 | Same as @Quantity , introduced for compatibility with OTA_HotelInvNotifRQ. |
Amenity /@Configuration | Specifies whether the amenity is available in the standard or alternative room arrangement. | enum | 0..1 | Accepted 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
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Amenities/Amenity | Details of a room-level amenity. | object | 0..* | - |
Amenity /@AmenityCode | The Room Amenity Type Code. | RMA | 1..1 | Amenities in sub-rooms can only be beds. |
Amenity /@Configuration | Specifies whether the amenity is available in the standard or alternative room arrangement. | enum | 0..1 | Accepted 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). | enum | 0..1 | You 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
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Amenities/Amenity | Amenity description. | string | 0..* | - |
XML
<Amenity>TV</Amenity> <Amenity>Telephone</Amenity> <Amenity>Toilet</Amenity>