Bookeasy - Get Operator Booking Question Products( getOperatorBookingQuestionActions )

Navigate to Bookeasy

Details

  • Name Get Operator Booking Question Products
  • Description Responsible for returning Products for a particular set of booking questions.
  • MethodGroup Operators

Parameters

  • controlId
    Type Int32
    Description The Unique identifier for the control you wish to get Booking Questions for.
    Required true
    Example <a class="showCode" href="/be/getOperatorBookingQuestionActions?q=4">/be/getOperatorBookingQuestionActions?q=4</a>
  • q
    Type Int32
    Description The Unique identifier for the operator you wish to get Booking Questions for.
    Required true
    Example <a class="showCode" href="/be/getOperatorBookingQuestionActions?q=19700">/be/getOperatorBookingQuestionActions?q=19700</a>
  • p
    Type Int32
    Description The Unique identifier for the product (eg. room, tour) you wish to get Booking Questions for.
    Required true
    Example <a class="showCode" href="/be/getOperatorBookingQuestionActions?p=22357">/be/getOperatorBookingQuestionActions?p=22357</a>
  • startDate
    Type DateTime
  • period
    Type Int32
  • adults
    Type Int32
  • children
    Type Int32
  • infants
    Type Int32
  • concessions
    Type Int32
  • students
    Type Int32
  • observers
    Type Int32
  • family
    Type Int32
  • cost
    Type Decimal
  • answers
    Type <a href="/ui/Show?name=SoapJsonProxy.Operations.Be.RequestResponse.GetOperatorBookingQuestionActionsRequest+BookingQuestionAnswer">BookingQuestionAnswer</a>
    Description A set of answers provided by the guest
    Required true
    Example <a class="showCode" href="/be/getOperatorBookingQuestionActions?">/be/getOperatorBookingQuestionActions?</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Operator Booking Question Products Model">GetOperatorBookingQuestionActionsModel</a>
    Name Get Operator Booking Question Products Model

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>