Bookeasy - Get Packages( getPackages )
    
    Navigate to Bookeasy
    
                                                    
        
               
    
    
        
    
    
    
    
Details
- Name Get Packages
- Description Responsible for returning Packages.
- MethodGroup Packages
Parameters
- 
        q
        Type Int32Description q is the Control id the operator belongs to.Required true
- 
        date
        Type DateTimeDescription 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 Int32Description The number of nights.Example <a class="showCode" href="/be/getPackages?q=4&period=2 ">/be/getPackages?q=4&period=2 </a>
- 
        adults
        Type Int32Description 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 Int32Description 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 Int32Description 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 Int32Description 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 Int32Description 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 Int32Description Return just this package idExample <a class="showCode" href="/be/getPackages?q=4&packages=1234 ">/be/getPackages?q=4&packages=1234 </a>
- 
        enforceBookingConditions
        Type BooleanDescription 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 BooleanDescription 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 Int32Description 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 BooleanDescriptionExample <a class="showCode" href="/be/getPackages?q=4&UseOperatorSetup=false">/be/getPackages?q=4&UseOperatorSetup=false</a>
- 
        AllowSameDayCheckout
        Type BooleanDescriptionExample <a class="showCode" href="/be/getPackages?q=4&AllowSameDayCheckout=false">/be/getPackages?q=4&AllowSameDayCheckout=false</a>
- 
        NoOfNights
        Type Int32DescriptionExample <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 ErrorDescription This error is thrown where something happens and it was unexpected.Type <a href="/ui/Show?name=Json Result Error">JsonResultError</a>
