DeactivateSmartCampaign
Deactivates a trigger smart campaign.
Execute
Sample EXECUTE DeActivateSmartCampaign Id=1
Input
Name | Type | Required | Description |
Id | String | True | Id of the trigger smart campaign to deactivate. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
Details | String | Details of execution failure. NULL if success=true. |