Bookeasy - Get Packages( getPackages )

Navigate to Bookeasy

Details

  • Name Get Packages
  • Description Responsible for returning Packages.
  • MethodGroup Packages

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/getPackages?q=4&date=2018-06-10">/be/getPackages?q=4&date=2018-06-10</a>
  • period
    Type Int32
    Description The number of nights.
    Example <a class="showCode" href="/be/getPackages?q=4&period=2 ">/be/getPackages?q=4&period=2 </a>
  • adults
    Type Int32
    Description How many adults will be staying.
    Example <a class="showCode" href="/be/getPackages?q=4&adults=2">/be/getPackages?q=4&adults=2</a>
  • children
    Type Int32
    Description How many children will be staying.
    Example <a class="showCode" href="/be/getPackages?q=4&adults=1&children=2 ">/be/getPackages?q=4&adults=1&children=2 </a>
  • infants
    Type Int32
    Description How many infants will be staying.
    Example <a class="showCode" href="/be/getPackages?q=4&adults=1&infants=1 ">/be/getPackages?q=4&adults=1&infants=1 </a>
  • concessions
    Type Int32
    Description How many concession card holders will be staying.
    Example <a class="showCode" href="/be/getPackages?q=4&adults=1&concessions=1 ">/be/getPackages?q=4&adults=1&concessions=1 </a>
  • students
    Type Int32
    Description How many students will be staying.
    Example <a class="showCode" href="/be/getPackages?q=4&adults=1&students=1 ">/be/getPackages?q=4&adults=1&students=1 </a>
  • packages
    Type Int32
    Description Return just this package id
    Example <a class="showCode" href="/be/getPackages?q=4&packages=1234 ">/be/getPackages?q=4&packages=1234 </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/getPackages?q=4&enforceBookingConditions=true ">/be/getPackages?q=4&enforceBookingConditions=true </a>
  • enforceEntirePeriod
    Type Boolean
    Description Room Must be available for the entire period of the stay.
    Example <a class="showCode" href="/be/getPackages?q=4&enforceEntirePeriod=true ">/be/getPackages?q=4&enforceEntirePeriod=true </a>
  • campaignId
    Type Int32
    Description If you want rates to be returned for a valid campaign.
    Example <a class="showCode" href="/be/getPackages?q=4&campaignId=7">/be/getPackages?q=4&campaignId=7</a>
  • UseOperatorSetup
    Type Boolean
    Description
    Example <a class="showCode" href="/be/getPackages?q=4&UseOperatorSetup=false">/be/getPackages?q=4&UseOperatorSetup=false</a>
  • AllowSameDayCheckout
    Type Boolean
    Description
    Example <a class="showCode" href="/be/getPackages?q=4&AllowSameDayCheckout=false">/be/getPackages?q=4&AllowSameDayCheckout=false</a>
  • NoOfNights
    Type Int32
    Description
    Example <a class="showCode" href="/be/getPackages?q=4&NoOfNights=false">/be/getPackages?q=4&NoOfNights=false</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Packages Model">GetPackagesModel</a>
    Name Get Packages Model

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>