Name | Description | Type | Additional Info |
---|---|---|---|
automatedCampaignId | The ID of the automated campaign. | integer | Required |
automatedCampaignStepId | The ID of the automated campaign step. | integer | Required |
None.
Name | Description | Type | Additional Info |
---|---|---|---|
AutomatedCampaignStep | The automated campaign step. | AutomatedCampaignStepV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "AutomatedCampaignStep": { "AutomatedCampaignStepId": 1, "AutomatedCampaignId": 2, "RunOrder": 3, "StepType": "sample string 4" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"AutomatedCampaignStep":{"AutomatedCampaignStepId":1,"AutomatedCampaignId":2,"RunOrder":3,"StepType":"sample string 4"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});