Bookeasy - Get Operator Modification Dates( getOperatorModDates )

Navigate to Bookeasy

Details

  • Name Get Operator Modification Dates
  • Description Responsible for returning last change times for operators that match the request provided.
  • MethodGroup Operators

Parameters

  • q
    Type Int32
    Description The Unique Identifier of the visitor center you are searching (control id).
    Required true
    Example <a class="showCode" href="/be/getOperatorModDates?q=6">/be/getOperatorModDates?q=6</a>
  • OperatorId
    Type Int32
    Description If you wish to filter this response to a particular operator specify the operator id in this value
    Example <a class="showCode" href="/be/getOperatorModDates?q=6&OperatorId=19700">/be/getOperatorModDates?q=6&OperatorId=19700</a>
  • ModifiedAfter
    Type DateTime
    Description Will only return operators that have been modified after the date specified here.
    Example <a class="showCode" href="/be/getOperatorModDates?q=6&ModifiedAfter=2011-01-30">/be/getOperatorModDates?q=6&ModifiedAfter=2011-01-30</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Operator Modified Dates Model">GetOperatorModDatesModel</a>
    Name Get Operator Modified Dates Model
    Description Defines the response object for the GetOperator Mod Dates Operation.

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>