Name | Description | Type | Additional Info |
---|---|---|---|
standardCampaignId | The ID of the standard campaign. | globally unique identifier | Required |
standardCampaignSendId | The ID of the standard campaign send. | globally unique identifier | Required |
None.
Name | Description | Type | Additional Info |
---|---|---|---|
StandardCampaignSend | The standard campaign send. | StandardCampaignSendV3 | None. |
Error | The response error, if any. | ResponseErrorV3 | None. |
Sample:
{ "StandardCampaignSend": { "StandardCampaignSendId": "a2e4aef8-53b8-4e4a-a02a-6abeede70b14", "StandardCampaignId": "89a81cdd-001e-40e5-b411-646d3ba9fce9", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2024-11-21T08:35:59.3515968+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"a2e4aef8-53b8-4e4a-a02a-6abeede70b14","StandardCampaignId":"89a81cdd-001e-40e5-b411-646d3ba9fce9","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2024-11-21T08:35:59.3515968+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});