Path and query parameters for action/resource Availability
Path and query template for the action/resource:
/json/{partnerCode}/{consumerId}/availability?rentalobjectno={rentalObjectNo}¤cyIsoCode={currencyIsoCode}&arrival={arrival}&departure={departure}&numberOfPersons={numberOfPersons}&includeInstallments={includeInstallments}&includeDeposit={includeDeposit}&includeCleaning={includeCleaning}&customerType={customerType}
| Name | Description |
|---|---|
| partnerCode | A path parameter containing the partner code a.k.a. the login. Example: /LHUSE |
| consumerId | A path parameter always assigned the integer number 1.Example: /1 |
| rentalObjectNo | Format: ##-####. Example: rentalObjectNo=10-0703 |
| currencyIsoCode | Example: currencyIsoCode=DKK |
| arrival | Format dd-MM-yyyy. Example: arrival=10-12-2021 |
| departure | Format dd-MM-yyyy. Example: departure=10-12-2021 |
| numberOfPersons | Positive integer number. Example: numberOfPersons=2 |
| includeInstallments | Boolean value either false/true or 0/1. Default value is false. Example: includeInstallments=1 |
| includeDeposit | Boolean value either false/true or 0/1. Default value is false. Example: includeDeposit=1 |
| includeCleaning | Boolean value either false/true or 0/1. Default value is false. Example: includeCleaning=1 |
| customerType | Possible values are: Person or Company. Example: customerType=Person |