Update a Marketing Campaign
PUT {{base_url}}/campaign/:CampaignID
Use this endpoint to update a single marketing campaign in the Marketing Campaigns hub.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
requiredFieldValidation | string | Optional. |
The flag that indicates whether or not the validation for required screen designer fields is needed.
Use "N" if you want to bypass the validation. Otherwise, the default is "Y," which enforces the validation.
NOTE: This does not apply to required system fields. |
| startWorkflow
| string | | Optional.
The flag that indicates whether or not the trigger for a workflow is initiated.
Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |
Request Body
{"Name"=>"Sample Marketing Campaign", "Description"=>"Marketing Campaign description update", "Org"=>"BC:TO:EN"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"CampaignID":"17074a9e6b9f4e2daf571ee3aa1ac70b","Name":"Sample Marketing Campaign","Description":"Marketing Campaign description update","Number":"","WBS1":"","WBS1Name":"","PotentialResponses":0,"CustomCurrencyCode":"USD","Org":"BC:TO:EN","OrgName":"BConsulting Toronto Engineering","emCampaignMgr":"","emCampaignMgrFL":"","emCampaignMgrPhone":"","emCampaignMgrEmail":"","emCampaignMgrTitle":"","emCampaignMgrLocation":"","CampaignMgr":"","emMarketingMgr":"","emMarketingMgrFL":"","emMarketingMgrPhone":"","emMarketingMgrEmail":"","emMarketingMgrTitle":"","emMarketingMgrLocation":"","MktgMgr":"","emMarketingCoordinator":"","emMarketingCoordinatorFL":"","emMarketingCoordinatorPhone":"","emMarketingCoordinatorEmail":"","emMarketingCoordinatorTitle":"","emMarketingCoordinatorLocation":"","Manager3":"","FirstAction":"","CurrentAction":"","NextAction":"","HasPhoto":0,"PhotoModDate":"","LaunchDate":"","EndDate":"","RecordStatus":"A","Status":"","Type":"","Audience":"","Objective":"","Revenue":0,"Budget":0,"ActualCost":0,"Responses":0,"PctResponses":"","Projects":"","QualifiedContacts":"","QualifiedClients":"","CreateUser":"William Apple, PE","CreateDate":"2018-01-29T19:12:28.350","ModUser":"William Apple, PE","ModDate":"2018-01-29T20:11:07.177","ExchangeRateDate":"","ActualRevenue":0,"PotentialRevenue":0}]