RoomRate
Fields
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
RoomRates/RoomRate | Contains price details of one combination of room type, rate, and date. Each reservation contains at least one RoomRate element for each night of the stay. If the reservation contains multiple rooms, there will be one RoomRate per room, per night. | object | 0..* | - |
RoomRate /@EffectiveDate | The date to which the rate applies. | datetime | 1..1 | Format: YYYY-MM-DD |
RoomRate /@RatePlanCode | Specifies the Booking.com rate plan id. | int | 1..1 | If you enabled the VCC with rate plan ID feature, you can see the letters VCC attached to the end of the id. This indicates the payment to the property was made with a Booking.com virtual credit card (VCC). |
RoomRate /Rates | - | array of Rate | 1..1 | - |
XML
<RoomRate EffectiveDate="2012-12-13" RatePlanCode="1278608"> <Rates> ... </Rates> </RoomRate>