AdultCount |
int |
The amount of adults that will stay at the property. |
[optional] [default to 2] |
ChildCount |
int |
The amount of children that will stay at the property. |
[optional] |
ChildAgeList |
List<int> |
A list describing the ages of the children that will stay at the property. If <code>childAgeList</code> is set <code>childCount</code> has to be set as well. If <code>childAgeList</code> and <code>childCount</code> are set, <code>childCount</code> must be equal to the length of <code>childAgeList</code>. |
[optional] |
CurrencyCode |
string |
The currency code of the currency in which the lowest price for each found location should be returned.<p>See also <a href="#currencycodes">in the appendix</a>.</p> |
|
LanguageCode |
string |
The language code of the language in which the descriptive texts for each found property should be returned.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href="#isolanguage-codes">in the appendix</a>.</p> |
|
UnitSystem |
string |
The unit system to use in the result. |
[optional] [default to UnitSystemEnum.Metric] |
MinLengthOfStay |
int |
The desired minimum length of stay in nights. |
[optional] |
MaxLengthOfStay |
int |
The desired maximum length of stay in nights. |
[optional] |
LocationName |
string |
The name of a location the properties should be located in.If <code>locationType</code> is set, <code>locationName</code> has to bet set as well. |
[optional] |
LocationType |
string |
Defines the type of<code>locationName</code>. If <code>locationType</code> is set, <code>locationName</code> has to bet set as well.<p>See also <a href="#locationtypes">in the appendix</a>.</p> |
[optional] |
EarliestArrival |
string |
The earliest possible arrival date. Expects exactly the format of "YYYY-MM-DD". |
[optional] |
LatestReturn |
string |
The latest possible departure date. Expects exactly the format of "YYYY-MM-DD". |
[optional] |
Sort |
string |
The criteria to order the results by. Sort order for price is ascending, sort order for quality is always descending. Quality is an internally calculated score for the property.', )} |
[optional] |
ServiceList |
List<AvailabilitySearchPostRequest.ServiceListEnum> |
A list of service codes indicating which services and amenities the entire property should offer. The codes are AND chained.<p>See also <a href="#servicecodes">in the appendix</a>.</p> |
[optional] |
TypeList |
List<AvailabilitySearchPostRequest.TypeListEnum> |
A list of property class type codes specifying the desired property classes. The codes are OR chained.<p>See also <a href="#propertyclass-type-codes">in the appendix</a>.</p> |
[optional] |
UnitTypeList |
List<AvailabilitySearchPostRequest.UnitTypeListEnum> |
A list of unit and room type codes indicating which kinds of unit/room type is desired.<p>See also <a href="#unitand-room-type-codes">in the appendix</a>.</p> |
[optional] |
UnitAmenityList |
List<AvailabilitySearchPostRequest.UnitAmenityListEnum> |
A list of room amenity type codes indicating which room level amenities are desired. The codes are AND chained.<p>See also <a href="#unitand-room-amenity-type-codes">in the appendix</a>.</p> |
[optional] |
MealPlanList |
List<AvailabilitySearchPostRequest.MealPlanListEnum> |
A list of meal plan type codes indicating which kinds of meal plan type is desired.<p>See also <a href="#mealplan-type-codes">in the appendix</a>.</p> |
[optional] |