Bookeasy - Get Vc Facilities Operation( getVcFacilities )

Navigate to Bookeasy

Details

  • Name Get Vc Facilities Operation
  • Description Responsible for returning Facility information. Some Modules use this information. For example the where did you hear of us module data can be read from this message.
  • MethodGroup Visitor Center

Parameters

  • q
    Type Int32
    Description The control id for the visitor center you are searching from.
    Required true
    Example <a class="showCode" href="/be/getVcFacilities?q=85">/be/getVcFacilities?q=85</a>
  • FacilityTypeId
    Type Int32
    Description Used to filter the results to a particular facility.
    Example <a class="showCode" href="/be/getVcFacilities?q=85&FacilityTypeId=11">/be/getVcFacilities?q=85&FacilityTypeId=11</a>
  • uiView
    Type Boolean
  • IgnoreCache
    Type Boolean
  • ShowError
    Type Boolean
  • callback
    Type String

Response

  • Type <a href="/ui/Show?name=Get Vc Facilities Model">GetVcFacilitiesModel</a>
    Name Get Vc Facilities Model
    Description The Response object for the get vc facilities 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>