Bookeasy - Get Car Hire Rates Grid( getCarHireRatesGrid )

Navigate to Bookeasy

Details

  • Name Get Car Hire Rates Grid
  • Description Responsible for returning rate information. Includes Operator and Car Hire details.
  • MethodGroup Car Hire

Parameters

  • q
    Type Int32
    Description The control id for the visitor center you are searching from.
    Required true
  • date
    Type DateTime
    Description The date you will be searching for.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&date=2011-01-30">/be/getCarHireRatesGrid?q=4&date=2011-01-30</a>
  • period
    Type Int32
    Description The number of nights.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&period=2 ">/be/getCarHireRatesGrid?q=4&period=2 </a>
  • persons
    Type Int32
    Description How many people will be hiring the car.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&persons=2">/be/getCarHireRatesGrid?q=4&persons=2</a>
  • operators
    Type String
    Description A list of operator ids you wish to filter the search by
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&operators=12930,9368">/be/getCarHireRatesGrid?q=4&operators=12930,9368</a>
  • InclAvailability
    Type Boolean
    Description Returns Availability Data if requested..
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&adults=1&children=2&InclAvailability=true">/be/getCarHireRatesGrid?q=4&adults=1&children=2&InclAvailability=true</a>
  • AccomGrouping
    Type String
    Description The accommodation grouping to filter the results.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&date=2011-01-21&accomGrouping=Studio/Apartments">/be/getCarHireRatesGrid?q=4&date=2011-01-21&accomGrouping=Studio/Apartments</a>
  • LocationId
    Type Int32
    Description Filters results to only return data for this location
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=4&LocationId=36">/be/getCarHireRatesGrid?q=4&LocationId=36</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/getCarHireRatesGrid?q=85&CampaignId=6">/be/getCarHireRatesGrid?q=85&CampaignId=6</a>
  • LocationName
    Type String
    Description Filters the results to only return operators that exist in the location specified.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=85&LocationName=Bendigo">/be/getCarHireRatesGrid?q=85&LocationName=Bendigo</a>
  • RegionName
    Type String
    Description Filters the results to only return operators that exist in the Region specified.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=85&RegionName=Grampions">/be/getCarHireRatesGrid?q=85&RegionName=Grampions</a>
  • StateName
    Type String
    Description Filters the results to only return operators that exist in the State specified.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=85&StateName=VIC">/be/getCarHireRatesGrid?q=85&StateName=VIC</a>
  • ExternalSearch
    Type Boolean
    Description Filters the results to only return operators that have joined the bookeasy network.
    Example <a class="showCode" href="/be/getCarHireRatesGrid?q=54&ExternalSearch=true&LocationName=Darwin Region">/be/getCarHireRatesGrid?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 Rates Grid Detail Model">getRatesGridRatesDetailsModel</a>>
    Name Get Rates Grid Detail Model
    Description Contains the definition of a Rate block for a particular operator

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>