Fields documentation for DetailsCriteria

NameTypeSummeryRemarks
ArrivalDateNullable<DateTime>The arrival date of the potential tennancy.This property is required.
CurrencyIsoCodeStringISO 4217 currency code used to calulate prices.This property is required.
CustomerTypeCustomerTypeWebEnumThe customer type is used by the "Details" service to calculate a correct set of suggested installments. Payment terms may differ if the customer is a person or company. Setting this to the appropriate customer type will ensure that the installment calculation returns the correct installments (ie. the same installments that the booking service will calculate).This property is optional.
DepartureDateNullable<DateTime>The departure date of the potential tennancy.This property is required.
ExcludeArticlesBooleanSet this property to true to exclude articles from the service reply. The Articles will then be empty.This property is optional.
ExcludeAssessmentsBooleanSet this property to true to exclude assessments from the details result.This property is optional.
ExcludeAttributesBooleanSet this property to true to exclude attributes from the service reply. The Attributes will then be empty.This property is optional.
ExcludeCalendarBooleanSet this property to true to exclude calendar date from the service reply. The Calendar will then be null.This property is optional.
ExcludeDetailsBooleanSet this property to true to exclude vacancy details and catalogue text from the details result.This property is optional.
ExcludeInstallmentsBooleanSet this property to true to exclude installments from the service reply. The Installments will then be empty.This property is optional.
ExcludePicturesBooleanSet this property to true to exclude pictures from the service reply. The Pictures will then be empty.This property is optional.
ExcludePriceCalculationDetailsBooleanInclude Price Calculation Details or not. Please remember including the details will costs some performance.
IncludeArticlesArticleBaseWeb[]To incude additional articles in the DetailsResult.Price and DetailsResult.Installments collection, add the requested articles and count to this collection.This property is optional. When adding extra articles, it is important to ensure that the ordered articles have either the ArticleNumber or ID property set to the correct ID. The count value (ie. the number of ordered items) must also be set to a value higher than 0 for the sale to go through.
IncludeCalendarDurationsBooleanSet this property to true to include calendar days string in the new duration format in the field CalendarDurations. Otherwite the field CalendarDurations will be null.This property is optional.
IncludeCleaningBooleanTo incude cleaning price in the DetailsResult.Price and DetailsResult.Installments collection, set this property to true. If the house has cleaning included in the price, this property is ignored.This property is optional.
IncludeConsumptionMetersBoolean
IncludeDepositBooleanTo incude cleaning price in the DetailsResult.Price and DetailsResult.Installments collection, set this property to true.This property is optional.
IncludeNumberOfPetsInt32To incude pet fees in the DetailsResult.Price and DetailsResult.Installments collection, set this property to the number of pets.This property is optional.
IncludeTipRentalObjectDescBooleanIf true, the possible latest created Tip of the category OwnerRentalObjDesc is include in the result in the field TipRentalObjectDesc.This property is optional.
NumberOfPersonsNullable<Int32>This property is used to calculate any person related discounts if available. This should hold the value as the number of adults, adolescents and children combined.This property is optional. Leave it as null if unused.
RentalObjectNoStringThe rental object to find details for.This property is required.