Fields documentation for RentalObjectVacancyWeb
| Name | Type | Summery | Remarks |
|---|---|---|---|
| ActiveIntervals | IntervalWeb[] | A list of periods that this rental object is available for booking. For instance 01-01-2013 to 31-12-2013. Please note that the property Calendar is still nescessary to determine which periods within the active interval are not vacant. | |
| ActiveIntervalsTimes | IntervalExtraWeb[] | A list of periods for arrival- and departure-times. | |
| Bcode | String | Agency code. Used to distinguish subset of houses. | |
| Calendar | CalendarEntryWeb[] | Calendar expressed as a series of non-vacant calendar entries. These date intervals can *not* be booked!. | |
| Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
| RentalObjectNo | String | A unique identifier for the rental object. | |
| Weeks | CalendarEntryWeb[] | Calendar expressed as a series of both vacant and non-vacant weeks based on the rental objects preferred arrival weekday. |