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 Int32Description The visitor center unique identifier.Required true
-
date
Type DateTimeDescription The start dateRequired true
-
operators
Type StringDescription 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 Int32Description The number of days you are searching for from the start date.Required true
-
ExternalSearch
Type BooleanDescription Specifies if the operator you are asking for availability for is appart of your visitor center or not.
-
includeInactiveTours
Type BooleanDescription 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 ModelDescription Is the response Model object for GetOperatorInventory.
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>