Bookeasy - Get Car Hire Rates( getCarHireRates )
Navigate to Bookeasy
Details
- Name Get Car Hire Rates
- Description Responsible for returning car hire rates for a particular visitor center.
- MethodGroup Car Hire
Parameters
-
q
Type Int32Description The control id for the visitor center you are searching from.Required true
-
date
Type DateTimeDescription The date you will be searching for.Example <a class="showCode" href="/be/getCarHireRates?q=4&date=2018-06-30">/be/getCarHireRates?q=4&date=2018-06-30</a>
-
period
Type Int32Description The number of nights.Example <a class="showCode" href="/be/getCarHireRates?q=4&period=2 ">/be/getCarHireRates?q=4&period=2 </a>
-
persons
Type Int32Description How many people will be hiring the car.Example <a class="showCode" href="/be/getCarHireRates?q=4&persons=2">/be/getCarHireRates?q=4&persons=2</a>
-
operators
Type StringDescription A list of operator ids you wish to filter the search byExample <a class="showCode" href="/be/getCarHireRates?q=4&operators=12930,9368">/be/getCarHireRates?q=4&operators=12930,9368</a>
-
CampaignId
Type Int32Description Filters the results to only return specific campaign information. This overrides the operators parameterExample <a class="showCode" href="/be/getCarHireRates?q=85&CampaignId=6">/be/getCarHireRates?q=85&CampaignId=6</a>
-
LocationName
Type StringDescription Filters the results to only return operators that exist in the location specified.Example <a class="showCode" href="/be/getCarHireRates?q=85&LocationName=Bendigo">/be/getCarHireRates?q=85&LocationName=Bendigo</a>
-
RegionName
Type StringDescription Filters the results to only return operators that exist in the Region specified.Example <a class="showCode" href="/be/getCarHireRates?q=85&RegionName=Grampions">/be/getCarHireRates?q=85&RegionName=Grampions</a>
-
StateName
Type StringDescription Filters the results to only return operators that exist in the State specified.Example <a class="showCode" href="/be/getCarHireRates?q=85&StateName=VIC">/be/getCarHireRates?q=85&StateName=VIC</a>
-
ExternalSearch
Type BooleanDescription Filters the results to only return operators that have joined the bookeasy network.Example <a class="showCode" href="/be/getCarHireRates?q=54&ExternalSearch=true&LocationName=Darwin Region">/be/getCarHireRates?q=54&ExternalSearch=true&LocationName=Darwin Region</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type List<<a href="/ui/Show?name=Get Car Hire Rates Operator">GetCarHireRatesModel</a>>Name Get Car Hire Rates OperatorDescription Contains the definition for a getCarHireRates 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>