Last updated

RatePlans

Multiple ancestors

RatePlans can be a descendant of:

OTA_HotelProductNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
HotelProduct/
RatePlans
Rate plans in the product.array of RatePlan1..1-
RatePlans/
RatePlan
Rate plans details.object0..*-

XML

<RatePlans>
  <RatePlan ... />
  <RatePlan ... />
</RatePlans>

OTA_HotelRatePlanNotifRQ

Fields

FieldDescriptionTypeMin/maxNotes
OTA_HotelRatePlanNotifRQ/
RatePlans
-array of RatePlan1..1-
RatePlans/
@HotelCode
The Booking.com property ID.string1..1-

XML

<RatePlans
  HotelCode="123456" >
  <RatePlan ... >
    ...
  </RatePlan>
  <RatePlan ... >
    ...
  </RatePlan>
</RatePlans>

RoomStay

Fields

FieldDescriptionTypeMin/maxNotes
RoomStay/
RatePlans
Rate plans associated with the current RoomStay.array of RatePlan1..1-
RatePlans/
RatePlan
Container for Commission.object0..*-

XML

<RatePlans>
   <RatePlan>
      ...
   </RatePlan>
</RatePlans>