Fields documentation for DetailsResult

NameTypeSummeryRemarks
AddressAddressWebAddress of the rental object.
AdjustmentInt32Adjustment in days for vacancy.
AppendedTextStringText which will be written after the autogenerated texts.
AreaIdInt32The area of the rental object associated with the vacancy.
AreaNameStringThe name of the area of the rental object associated with the vacancy.
ArrivalDateDateTimeArrival date for vacancy.
ArticleDeliveryBooleanBoolean which tells whether articles are delivered to the house or not.
ArticlesArticleWeb[]A list of available articles for the rental object. These can be parsed in as extra purchases by using the "Booking" or UpdateOrder service.
AssessmentAssessmentWebAssessments are used to calculate the rental object category.
AttributesAttributeWeb[]Attributes on the rental object.
AutogeneratedTextsAttributeGroupTextWeb[]A list of autogenerated text (by attribute group). AttributeGroupTextWeb. Please note that some rental objects may have elements in this list while the Text property is empty. Other rental objects may have data in both properties, and still others may only have a Text value.Gets and sets the content of the same field(base._autogeneratedText) as RentalObjectSearchItemWeb.Text. But this old property has been preserved so an update of all webclients calling the Details method can be avoided.
AutogeneratedTexts1AttributeGroupTextWeb[]A list of autogenerated text (by attribute group). AttributeGroupTextWeb. Please note that some rental objects may have elements in this list while the property is empty. Other rental objects may have data in both properties, and still others may only have a value.Gets and sets the content of the same field(this._autogeneratedText) as DetailResult.Text. But this new property has been added so an update of all webclients calling the Details method can avoided.
CalendarCalendarWebThe rental object calendar with an arrivals string and a departures string. See CalendarWeb for a more detailed description.
CalendarDurationsCalendarWebIf the field IncludeCalendarDurations is set to true then this field contains the rental object calendar of the type CalendarWeb. The CalendarWeb instance contains an arrivals string in the new duration format.LINK If the field IncludeCalendarDurations is set to false this field will be null.LINK For the duration based format each day has one of the following 4 values: Value 1:A??????????Value 2:aValue 3:BValue 4:b Value 1 consists of the upper-case letter A followed by integer number. Value 1 represent a day where arrival is possible. The reverse one-based position of the bits in the integer number, represent the possible durations in days for rental periods with arrival on this day. So the integer number 96 converts to the binary number 1100000 and the reverse of that is 0000011. Therefor durations of either 6 or 7 days are possible for arrivals on this day. The maximum value of this integer number is 4294967295(32 bits).LINK Value 2 represent a vacant day that is available for booking, but where arrival is NOT possible.LINK Value 3 and 4 represent a occupied day that is NOT available for booking.LINK All the days between the date Offset and the date of EndDate, both included, are represented by one of the 4 values followed by a comma.LINK Example of a string value for ArrivalDays: A12384,a,a,a,a,a,a,A96,a,a,a,a,a,a,b,b.
CancellationBooleanIs this vacancy a cancellation.
CategoryIdInt32The category of the rental object associated with the vacancy.
CategoryNameStringThe name of the category of the rental object associated with the vacancy.
CleaningOptionsCleaningOptionsWebEnumAn enumeration specifying the cleaning options available for a rental object. The 3 possible values are Optional, Included and Onsite. Please see CleaningOptionsWebEnum for further details.
CleaningOptionsAllCleaningOptionsAllWebEnumA new larger enumeration describing all cleaning options for the rental object. In the future everybody should use this field rather than CleaningOptions Possible values: Optional(0): The cleaning is optional and can be ordered for the rental object when performing a booking. A price for the cleaning is also specified. Included(1): The cleaning is included in the rental object price and cleaning is automatically added to the order. A price for the cleaning is not specified. OnSite(2): The cleaning is ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified. OnSiteMandatory(3): The cleaning must be ordered on site. The cleaning can not be ordered when creating a booking. A price for the cleaning is not specified. IncludedFree(4): The cleaning is included in the rental object price, but are free of cost meaning no cleaning is added to the order and the price for the cleaning 0.
CleaningPriceDoubleThe property CleaningPrice.
CommentsRentalObjectCommentWeb[]If any extra conditions or comments apply to the rental object in the specific booking period it is stated here. For example: No renting to youth groups.
ConsultantIdInt32The consultant of the rental object associated with the vacancy.
ConsumptionArticlesArticleWeb[]A list of consumption articles registered on the rental object. Use this to see what the consumption prices are for a tennancy.
ConsumptionMetersConsumptionMeterWeb[]A list of consumption meters with summer and winter averages for a rental object.
DefaultArrivalDayDayOfWeekDefault arrival day.
DepartureDateDateTimeDeparture date for vacancy.
DepositPriceDoubleDeposit. 0 If no deposit.
DiscountDoubleThe discount applied.
EditStateEditStateEnumEditState 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.
ExternalIdInt32Temporary 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.
FeeDoubleThe property Price = BasePrice + PriceRegulation + Fee.
IdInt32OpenAccess identity property.
InstallmentsInstallmentWeb[]The list of calculated installments. See ExcludeInstallments.
IsOptionBooleanIndicates 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.
LastAgreementDateNullable<DateTime>The last intermediation agreement date. After this date the rental object is no longer available for bookings.
LatitudeDoubleGPS Latitude of the rental object in decimal degrees (D.D).
LongitudeDoubleGPS Longitude of the rental object in decimal degrees (D.D).
MaximumPricePriceExampleWebThe maximum price that this house can be rented for on a standard 7 day stay on the default arrival day. Please note that this property is null unless VacancyOptions.VacancyCheck is set to "None" in the class SearchCriteria.
MinimumPricePriceExampleWebThe minimum price that this house can be rented for on a standard 7 day stay on the default arrival day. Please note that this property is null unless VacancyOptions.VacancyCheck is set to "None" in the class SearchCriteria.
NameStringName.
NumberOfChildrenInt32Number of children not counting as adults.
NumberOfPersonsInt32Number of persons required.
NumberOfPetsInt32Number of pets required.
OfficeOfficeListItemThe office attached to the rental object.
OfficeIdInt32The office of the rental object associated with the vacancy.
OfficeNameStringThe office name of the rental object associated with the vacancy.
OwnerCategoryOwnerCategoryWebOwner category. Owners are assigned a category based on the rules that are fulfilled in the different owner categories.
PetFeePerPetBooleanTrue if pet fee applies to each pet.If true, the fee must be charged for each pet taken to the rental house. Conversely, The customer must inform how many pets are taken during the booking process.
PetFeePriceDoublePet fee price. See also PetFeePerPet.If the value is 0 then it has no associated extra charge to bring 1 or more pets to the house. However the rental object can still dissallow pets. See NumberOfPets
PicturesPictureWeb[]A list of pictures of the rental object.
PriceDoublePrice including any discounts and fees.
PriceDetailsPriceDetailsDay[]Possible price calculation details. One element per day. Only filled out if RentalObjectAdvancedSearchCriteria.IncludePriceCalculationDetails is true. Otherwise the list is empty.
RegionIdInt32The region of the rental object associated with the vacancy.
RegionNameStringThe name of the region of the rental object associated with the vacancy.
RentalObjectNoStringRental object number.
SupplierNoStringSupplier number.
TextStringA description of the rental object (prosa).Gets and sets the content of the same field(base._text) as RentalObjectSearchItemWeb.Text. But this old property has been preserved so an update of all webclients calling the Details method can be avoided.
Text1StringA description of the rental object (prosa).Gets and sets the content of the same field(this._text) as DetailResult.Text. But this new property has been added so an update of all webclients calling the Details method can avoided.
ThumbnailStringThumbnail image URL.
TipRentalObjectDescTipWebA possible description of the rental object from the owner.
TypeIdInt32The type of the rental object associated with the vacancy.
TypeNameStringThe name of the type of the rental object associated with the vacancy.
VacancyStringVacancy details. Possible values are: Undefined, Vacant, CalendarConflict, WinterRentalRulesDk9WeeksExceeded, WinterRentalRulesDk4WeeksPerTenancyExceeded, PartnerBookingDisallowed.
VacancyResultVacancyResultEnumVacancy details. DEPRECATED. Use Vacancy instead.
VacantBooleanTrue if available for renting otherwise false.
VersionInt32OpenAccess concurrency version property.
WebAddressStringThe web adress for this specific rental object. Used for showing the internetpresentation of a rental object.