Bookeasy - Get Operator Inventory Availability( getOperatorInventoryAvail )

Navigate to Bookeasy

Details

  • Name Get Operator Inventory Availability
  • Description Responsible for returning availability information for an operators inventory
  • MethodGroup Operators

Parameters

  • q
    Type Int32
    Description The visitor center unique identifier.
    Required true
  • date
    Type DateTime
    Description The start date
    Required true
  • operators
    Type String
    Description Operators you are searching for.
    Example <a class="showCode" href="/be/getOperatorInventoryAvail?q=4&date=2018-06-21&period=4">/be/getOperatorInventoryAvail?q=4&date=2018-06-21&period=4</a>
  • period
    Type Int32
    Description The number of days you are searching for from the start date.
    Required true
  • ExternalSearch
    Type Boolean
    Description Specifies if the operator you are asking for availability for is appart of your visitor center or not.
  • includeInactiveTours
    Type Boolean
    Description Should we return inactive tours, default is to hide them.
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Operator inventory Availability Model">GetOperatorInventoryAvailModel</a>
    Name Get Operator inventory Availability Model
    Description Is the response Model object for GetOperatorInventory.

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>