Path and query parameters for action/resource Availability

Path and query template for the action/resource:
/xml/{partnerCode}/{consumerId}/availability?rentalObjectNo={rentalObjectNo}&currencyIsoCode={currencyIsoCode}&arrival={arrival}&departure={departure}&numberOfPersons={numberOfPersons}&includeInstallments={includeInstallments}&includeDeposit={includeDeposit}&includeCleaning={includeCleaning}&customerType={customerType}

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
numberOfPersonsPositive integer number. Example: numberOfPersons=2
includeInstallmentsBoolean value either false/true or 0/1. Default value is false. Example: includeInstallments=1
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
customerTypePossible values are: Person or Company. Example: customerType=Person