Bookeasy - Get Operators Details Short( getOperatorsDetailsShort )
Navigate to Bookeasy
Details
- Name Get Operators Details Short
- Description Responsible for returning short information in relation to an operator.
- MethodGroup Operators
Parameters
-
q
Type Int32Description The control id for the visitor center you are searching from.Required trueExample <a class="showCode" href="/be/getOperatorsDetailsShort?q=4">/be/getOperatorsDetailsShort?q=4</a>
-
operators
Type StringDescription A list of operator ids you wish to filter the search byExample <a class="showCode" href="/be/getOperatorsDetailsShort?q=4&operators=7365,7376">/be/getOperatorsDetailsShort?q=4&operators=7365,7376</a>
-
OperatorCategoryId
Type Int32Description The operator category which you are interested in. the category id can be found by calling getVcOperatorCategoriesExample <a class="showCode" href="/be/getOperatorsDetailsShort?q=85&OperatorCategoryId=533">/be/getOperatorsDetailsShort?q=85&OperatorCategoryId=533</a>
-
HotDealsOnly
Type BooleanDescription Will return Only operators who have HotDealsExample <a class="showCode" href="/be/getOperatorsDetailsShort?q=85&HotDealsOnly=true">/be/getOperatorsDetailsShort?q=85&HotDealsOnly=true</a>
-
Active
Type BooleanDescription Will return only operators that are currently linked and active if set to true. True is the default. Set to false if you want non active operators.Example <a class="showCode" href="/be/getOperatorsDetailsShort?q=4&Active=true">/be/getOperatorsDetailsShort?q=4&Active=true</a>
-
BusinessTypeId
Type Int32Description Filter the operators by Business Types. The business type id value can be found by calling the /be/getVcBusinessTypes sjp methodExample <a class="showCode" href="/be/getOperatorsDetailsShort?q=85&BusinessTypeId=833">/be/getOperatorsDetailsShort?q=85&BusinessTypeId=833</a>
-
ExternalSearch
Type BooleanDescription Filters the results to only return operators that have joined the bookeasy network.Example <a class="showCode" href="/be/getOperatorsDetailsShort?q=85&ExternalSearch=true">/be/getOperatorsDetailsShort?q=85&ExternalSearch=true</a>
-
Latitude
Type DoubleDescription The Latitude you want to search from.Required true
-
Longitude
Type DoubleDescription The Longitude you wish to search from..Required true
-
Distance
Type DoubleDescription The distance in meters from the search Latitude and Longitude that you want to include in your range.Example <a class="showCode" href="/be/getOperatorsDetailsShort?q=4&Latitude=-33.946&Longitude=115.075&Distance=0.1">/be/getOperatorsDetailsShort?q=4&Latitude=-33.946&Longitude=115.075&Distance=0.1</a>Required true
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type List<<a href="/ui/Show?name=Get Operators Details Short Model">getAccomOperatorsDetailsShort</a>>Name Get Operators Details Short ModelDescription Is an operator response object for Operator Details.
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>