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 Int32
    Description q is the Control id the operator belongs to.
    Required true
  • date
    Type DateTime
    Description 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 Int32
    Description 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 Int32
    Description 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 Int32
    Description 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 Int32
    Description 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 Boolean
    Description 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 Boolean
    Description 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 Boolean
    Description 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 String
    Description A list of operator ids you wish to filter the search by
    Example <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 String
    Description 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 Boolean
    Description 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 Int32
    Description Filters results to only return data for this location
    Example <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 Int32
    Description Filters the results to only return specific campaign information. This overrides the operators parameter
    Example <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 String
    Description 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 String
    Description 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 String
    Description 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 Boolean
    Description 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 Int32
    Description 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 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>