Bookeasy - Get Accommodation Rates Grid( getAccomRatesGrid )
Navigate to Bookeasy
Details
- Name Get Accommodation Rates Grid
- Description This method is used to display Accommodation Rates for a specified request. Includes accommodation details.
- MethodGroup Accommodation
Parameters
-
q
Type Int32Description q is the Control id the operator belongs to.Required true
-
date
Type DateTimeDescription The date you will be searching for.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&date=2018-07-30">/be/getAccomRatesGrid?q=4&date=2018-07-30</a>
-
period
Type Int32Description The number of nights.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&period=2&date=2018-07-30">/be/getAccomRatesGrid?q=4&period=2&date=2018-07-30</a>
-
adults
Type Int32Description How many adults will be staying.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&adults=2&date=2018-07-30">/be/getAccomRatesGrid?q=4&adults=2&date=2018-07-30</a>
-
children
Type Int32Description How many children will be staying.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&adults=1&children=2&date=2018-07-30">/be/getAccomRatesGrid?q=4&adults=1&children=2&date=2018-07-30</a>
-
infants
Type Int32Description How many infants will be staying.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&adults=1&infants=1&date=2018-07-30">/be/getAccomRatesGrid?q=4&adults=1&infants=1&date=2018-07-30</a>
-
enforceBookingConditions
Type BooleanDescription Property will only return if the room is available for the search conditions you specify.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&enforceBookingConditions=true&date=2018-07-30">/be/getAccomRatesGrid?q=4&enforceBookingConditions=true&date=2018-07-30</a>
-
enforceEntirePeriod
Type BooleanDescription Room Must be available for the entire period of the stay.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&enforceEntirePeriod=true&date=2018-07-30">/be/getAccomRatesGrid?q=4&enforceEntirePeriod=true&date=2018-07-30</a>
-
includeInactiveOperators
Type BooleanDescription A switch for if you want to have inactive operators returned in the results.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&includeInactiveOperators=true&date=2018-07-30">/be/getAccomRatesGrid?q=4&includeInactiveOperators=true&date=2018-07-30</a>
-
operators
Type StringDescription A list of operator ids you wish to filter the search byExample <a class="showCode" href="/be/getAccomRatesGrid?q=4&operators=7365,7376&date=2018-07-30">/be/getAccomRatesGrid?q=4&operators=7365,7376&date=2018-07-30</a>
-
AccomGrouping
Type StringDescription The accommodation grouping to filter the results.Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&date=2018-07-30&accomGrouping=Studio/Apartments">/be/getAccomRatesGrid?q=4&date=2018-07-30&accomGrouping=Studio/Apartments</a>
-
InclAvailability
Type BooleanDescription Returns Availability Data if requested..Example <a class="showCode" href="/be/getAccomRatesGrid?q=4&adults=1&children=2&InclAvailability=true&date=2018-07-30">/be/getAccomRatesGrid?q=4&adults=1&children=2&InclAvailability=true&date=2018-07-30</a>
-
LocationId
Type Int32Description Filters results to only return data for this locationExample <a class="showCode" href="/be/getAccomRatesGrid?q=4&LocationId=36&date=2018-07-30">/be/getAccomRatesGrid?q=4&LocationId=36&date=2018-07-30</a>
-
CampaignId
Type Int32Description Filters the results to only return specific campaign information. This overrides the operators parameterExample <a class="showCode" href="/be/getAccomRatesGrid?q=85&CampaignId=6&date=2018-07-30">/be/getAccomRatesGrid?q=85&CampaignId=6&date=2018-07-30</a>
-
LocationName
Type StringDescription Filters the results to only return operators that exist in the location specified.Example <a class="showCode" href="/be/getAccomRatesGrid?q=85&LocationName=Bendigo&date=2018-07-30">/be/getAccomRatesGrid?q=85&LocationName=Bendigo&date=2018-07-30</a>
-
RegionName
Type StringDescription Filters the results to only return operators that exist in the Region specified.Example <a class="showCode" href="/be/getAccomRatesGrid?q=85&RegionName=Grampion&date=2018-07-30s">/be/getAccomRatesGrid?q=85&RegionName=Grampion&date=2018-07-30s</a>
-
StateName
Type StringDescription Filters the results to only return operators that exist in the State specified.Example <a class="showCode" href="/be/getAccomRatesGrid?q=85&StateName=VIC&date=2018-07-30">/be/getAccomRatesGrid?q=85&StateName=VIC&date=2018-07-30</a>
-
ExternalSearch
Type BooleanDescription Filters the results to only return operators that have joined the bookeasy network.Example <a class="showCode" href="/be/getAccomRatesGrid?q=85&ExternalSearch=true&LocationName=Bendigo&date=2018-07-30">/be/getAccomRatesGrid?q=85&ExternalSearch=true&LocationName=Bendigo&date=2018-07-30</a>
-
StageId
Type Int32Description Filters the results to only return operators that are a member of a specific stage.Example <a class="showCode" href="/be/getAccomRatesGrid?q=113&StageId=1&date=2018-07-30">/be/getAccomRatesGrid?q=113&StageId=1&date=2018-07-30</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type List<<a href="/ui/Show?name=Get Rates Grid Detail Model">getRatesGridRatesDetailsModel</a>>Name Get Rates Grid Detail ModelDescription Contains the definition of a Rate block for a particular operator
Faults
-
Name Json Result ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>