Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 4.43 KB

AvailabilitySearchPostRequest.md

File metadata and controls

30 lines (25 loc) · 4.43 KB

lodgea-csharp.com.lodgea.model.AvailabilitySearchPostRequest

Properties

Name Type Description Notes
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=&quot;#currencycodes&quot;>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=&quot;#isolanguage-codes&quot;>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=&quot;#locationtypes&quot;>in the appendix</a>.</p> [optional]
EarliestArrival string The earliest possible arrival date. Expects exactly the format of &quot;YYYY-MM-DD&quot;. [optional]
LatestReturn string The latest possible departure date. Expects exactly the format of &quot;YYYY-MM-DD&quot;. [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=&quot;#servicecodes&quot;>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=&quot;#propertyclass-type-codes&quot;>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=&quot;#unitand-room-type-codes&quot;>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=&quot;#unitand-room-amenity-type-codes&quot;>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=&quot;#mealplan-type-codes&quot;>in the appendix</a>.</p> [optional]

[Back to Model list] [Back to API list] [Back to README]