Bookeasy - Get Car Hire Vehicles( getCarHireVehicles )
Navigate to Bookeasy
Details
- Name Get Car Hire Vehicles
- Description Responsible for returning car hire vehicles 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
-
operators
Type StringDescription A list of operator ids you wish to filter the search byExample <a class="showCode" href="/be/getCarHireVehicles?q=4&operators=7400,9095">/be/getCarHireVehicles?q=4&operators=7400,9095</a>
-
CampaignId
Type Int32Description Filters the results to only return specific campaign information. This overrides the operators parameterExample <a class="showCode" href="/be/getCarHireVehicles?q=85&CampaignId=6">/be/getCarHireVehicles?q=85&CampaignId=6</a>
-
ExternalSearch
Type BooleanDescription Filters the results to only return operators that have joined the bookeasy network.Example <a class="showCode" href="/be/getCarHireVehicles?q=54&ExternalSearch=true&operators=7400,9095">/be/getCarHireVehicles?q=54&ExternalSearch=true&operators=7400,9095</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type List<<a href="/ui/Show?name=Get Car Hire Vehicles Model">getCarHireVehiclesModel</a>>Name Get Car Hire Vehicles ModelDescription Contains the definition of the getCarHireVehicles response.
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>