Fields documentation for RentalObjectSearchResultBase
| Name | Type | Summery | Remarks |
|---|---|---|---|
| Adjustment | Int32 | Adjustment in days for vacancy. | |
| AreaId | Int32 | The area of the rental object associated with the vacancy. | |
| AreaName | String | The name of the area of the rental object associated with the vacancy. | |
| ArrivalDate | DateTime | Arrival date for vacancy. | |
| ArticleDelivery | Boolean | Boolean which tells whether articles are delivered to the house or not. | |
| Cancellation | Boolean | Is this vacancy a cancellation. | |
| CategoryId | Int32 | The category of the rental object associated with the vacancy. | |
| CategoryName | String | The name of the category of the rental object associated with the vacancy. | |
| CleaningPrice | Double | The property CleaningPrice. | |
| ConsultantId | Int32 | The consultant of the rental object associated with the vacancy. | |
| DepartureDate | DateTime | Departure date for vacancy. | |
| DepositPrice | Double | Deposit. 0 If no deposit. | |
| Discount | Double | The discount applied. | |
| EditState | EditStateEnum | EditState is used to keep track of the edit state of items in list/collection properties. The field is initialized to None. For inbounded DTOs derived from this value is overwritten by the correct value from the service consumer doing deserialization. | |
| ExternalId | Int32 | Temporary server assigned unique Id for each datacontract object created in the server without persistece.. this property will use the fix the references of the all cloned objects. | |
| Fee | Double | The property Price = BasePrice + PriceRegulation + Fee. | |
| Id | Int32 | OpenAccess identity property. | |
| IsOption | Boolean | Indicates if the current interval is an option/preorder interval or not. | Options are tennancies where no final confirmation of the tennancy can be provided by the agency. Options are typically used when the pricing scheme for a rental object has not been finalized yet, but it is still open for booking. |
| Latitude | Double | GPS Latitude of the rental object in decimal degrees (D.D). | |
| Longitude | Double | GPS Longitude of the rental object in decimal degrees (D.D). | |
| Name | String | Name. | |
| NumberOfChildren | Int32 | Number of children not counting as adults. | |
| NumberOfPersons | Int32 | Number of persons required. | |
| NumberOfPets | Int32 | Number of pets required. | |
| OfficeId | Int32 | The office of the rental object associated with the vacancy. | |
| OfficeName | String | The office name of the rental object associated with the vacancy. | |
| Price | Double | Price including any discounts and fees. | |
| PriceDetails | PriceDetailsDay[] | Possible price calculation details. One element per day. Only filled out if RentalObjectAdvancedSearchCriteria.IncludePriceCalculationDetails is true. Otherwise the list is empty. | |
| RegionId | Int32 | The region of the rental object associated with the vacancy. | |
| RegionName | String | The name of the region of the rental object associated with the vacancy. | |
| RentalObjectNo | String | Rental object number. | |
| SupplierNo | String | Supplier number. | |
| Thumbnail | String | Thumbnail image URL. | |
| TypeId | Int32 | The type of the rental object associated with the vacancy. | |
| TypeName | String | The name of the type of the rental object associated with the vacancy. | |
| Version | Int32 | OpenAccess concurrency version property. | |
| WebAddress | String | The web adress for this specific rental object. Used for showing the internetpresentation of a rental object. |