Path and query parameters for action/resource Details

Path and query template for the action/resource:
/json/{partnerCode}/{consumerId}/details?rentalObjectNo={rentalObjectNo}&currencyIsoCode={currencyIsoCode}&arrival={arrival}&departure={departure}&customerType={customerType}&numberOfPersons={numberOfPersons}&includeDeposit={includeDeposit}&includeCleaning={includeCleaning}&includeNumberOfPets={includeNumberOfPets}&includeArticles={includeArticles}&excludeDetails={excludeDetails}&excludePictures={excludePictures}&excludeArticles={excludeArticles}&excludeInstallments={excludeInstallments}&excludeAttributes={excludeAttributes}&excludeCalendar={excludeCalendar}&excludePriceCalculationDetails={excludePriceCalculationDetails}&excludeAssessments={excludeAssessments}&includeConsumptionMeters={includeConsumptionMeters}&includeCalendarDurations={includeCalendarDurations}

NameDescription
partnerCodeA path parameter containing the partner code a.k.a. the login. Example: LHUSE
consumerIdA path parameter always assigned the integer number 1.Example: 1
rentalObjectNoFormat: ##-####. Example: rentalObjectNo=10-0703
currencyIsoCodeExample: currencyIsoCode=DKK
arrivalFormat dd-MM-yyyy. Example: arrival=10-12-2021
departureFormat dd-MM-yyyy. Example: departure=10-12-2021
customerTypePossible values are: Person or Company. Example: customerType=Person
numberOfPersonsPositive integer number. Example: numberOfPersons=2
includeDepositBoolean value either false/true or 0/1. Default value is false. Example: includeDeposit=1
includeCleaningBoolean value either false/true or 0/1. Default value is false. Example: includeCleaning=1
includeNumberOfPetsBoolean value either false/true or 0/1. Default value is false. Example: includeNumberOfPets=1
includeArticlesBoolean value either false/true or 0/1. Default value is false. Example: includeArticles=1
excludeDetailsBoolean value either false/true or 0/1. Default value is false. Example: excludeDetails=1
excludePicturesBoolean value either false/true or 0/1. Default value is false. Example: excludePictures=1
excludeArticlesBoolean value either false/true or 0/1. Default value is false. Example: excludeArticles=1
excludeInstallmentsBoolean value either false/true or 0/1. Default value is false. Example: excludeInstallments=1
excludeAttributesBoolean value either false/true or 0/1. Default value is false. Example: excludeAttributes=1
excludeCalendarBoolean value either false/true or 0/1. Default value is false. Example: excludeCalendar=1
excludePriceCalculationDetailsBoolean value either false/true or 0/1. Default value is false. Example: excludePriceCalculationDetails=1
excludeAssessmentsBoolean value either false/true or 0/1. Default value is false. Example: excludeAssessments=1
includeConsumptionMetersBoolean value either false/true or 0/1. Default value is false. Example: includeConsumptionMeters=1
includeCalendarDurationsBoolean value either false/true or 0/1. Default value is false. Example: includeCalendarDurations=1