RatePlans
Multiple ancestors
RatePlans can be a descendant of:
OTA_HotelProductNotifRQ
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
HotelProduct/RatePlans | Rate plans in the product. | array of RatePlan | 1..1 | - |
RatePlans/RatePlan | Rate plans details. | object | 0..* | - |
XML
<RatePlans>
<RatePlan ... />
<RatePlan ... />
</RatePlans>OTA_HotelRatePlanNotifRQ
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
OTA_HotelRatePlanNotifRQ/RatePlans | - | array of RatePlan | 1..1 | - |
RatePlans/@HotelCode | The Booking.com property ID. | string | 1..1 | - |
XML
<RatePlans
HotelCode="123456" >
<RatePlan ... >
...
</RatePlan>
<RatePlan ... >
...
</RatePlan>
</RatePlans>RoomStay
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
RoomStay/RatePlans | Rate plans associated with the current RoomStay. | array of RatePlan | 1..1 | - |
RatePlans/RatePlan | Container for Commission. | object | 0..* | - |
XML
<RatePlans>
<RatePlan>
...
</RatePlan>
</RatePlans>