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 Int32
    Description The control id for the visitor center you are searching from.
    Required true
  • operators
    Type String
    Description A list of operator ids you wish to filter the search by
    Example <a class="showCode" href="/be/getCarHireVehicles?q=4&operators=7400,9095">/be/getCarHireVehicles?q=4&operators=7400,9095</a>
  • CampaignId
    Type Int32
    Description Filters the results to only return specific campaign information. This overrides the operators parameter
    Example <a class="showCode" href="/be/getCarHireVehicles?q=85&CampaignId=6">/be/getCarHireVehicles?q=85&CampaignId=6</a>
  • ExternalSearch
    Type Boolean
    Description 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 Model
    Description Contains the definition of the getCarHireVehicles response.

Faults

  • Name Json Result Error
    Description This error is thrown where something happens and it was unexpected.
    Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>