Bookeasy - Get Operator Booking Questions( getOperatorBookingQuestions )
Navigate to Bookeasy
Details
- Name Get Operator Booking Questions
- Description Responsible for returning Booking Questions for a particular operator.
- MethodGroup Operators
Parameters
-
key
Type StringDescription The Session Id the cart belongs to.Example <a class="showCode" href="/be/getOperatorBookingQuestions?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7">/be/getOperatorBookingQuestions?q=true&key=d0ba342a-e375-4f76-bee1-80c4f4bef9c7</a>
-
q
Type Int32Description The Unique identifier for the operator you wish to get Booking Questions for.Required trueExample <a class="showCode" href="/be/getOperatorBookingQuestions?q=19700">/be/getOperatorBookingQuestions?q=19700</a>
-
p
Type Int32Description The Unique identifier for the product (eg. room, tour) you wish to get Booking Questions for.Required trueExample <a class="showCode" href="/be/getOperatorBookingQuestions?p=22357">/be/getOperatorBookingQuestions?p=22357</a>
-
adults
Type Int32
-
children
Type Int32
-
infants
Type Int32
-
concessions
Type Int32
-
students
Type Int32
-
observers
Type Int32
-
family
Type Int32
-
includeInternalOnly
Type Boolean
-
InPackageMode
Type Boolean
-
StartDate
Type DateTime
-
prefillForVcId
Type Int32
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type <a href="/ui/Show?name=Get Operator Booking Questions Model">GetOperatorBookingQuestionsModel</a>Name Get Operator Booking Questions 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>