Bookeasy - Get Vc Campaigns Operation( getVcCampaigns )
Navigate to Bookeasy
Details
- Name Get Vc Campaigns Operation
- Description Responsible for returning Visitor Center campaign information.
- MethodGroup Visitor Center
Parameters
-
q
Type Int32Description The control id for the visitor center you are searching from.Required trueExample <a class="showCode" href="/be/getVcCampaigns?q=85">/be/getVcCampaigns?q=85</a>
-
CampaignId
Type Int32Description The Unique Identifier of the Campaign. Optional parameter.Example <a class="showCode" href="/be/getVcCampaigns?q=85&CampaignId=6">/be/getVcCampaigns?q=85&CampaignId=6</a>
-
uiView
Type Boolean
-
IgnoreCache
Type Boolean
-
ShowError
Type Boolean
-
callback
Type String
Response
-
Type <a href="/ui/Show?name=Get Vc Campaign Model">GetVcCampaignsModel</a>Name Get Vc Campaign ModelDescription Defines the output for the campain operation response.
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>