Fields documentation for AvailabilityCriteria
Name | Type | Summery | Remarks |
---|---|---|---|
ArrivalDate | DateTime | The arrival date of the period to check availability. | This property is required |
CurrencyIsoCode | String | The ISO 4217 currency code. | This property is required |
CustomerType | CustomerTypeWebEnum | The customer type is used by the "Availibility" 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. Default is of the type Person |
DepartureDate | DateTime | The departure date of the period to check availability. | This property is required |
IncludeCleaning | Boolean | To incude the DetailsResult.Installments collection, set this property to true. | |
IncludeDeposit | Boolean | To incude the deposit price in the DetailsResult.Installments collection, set this property to true. | |
IncludeInstallments | Boolean | Set this property to true to include installments from the service reply. The Installments will then be filed out. | |
NumberOfPersons | Nullable<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. |
RentalObjectNo | String | The rental object for which to check availability. | This property is required |