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": "23455c02-afa4-4ef3-ab4b-5806d79f6824", "StandardCampaignId": "0749cadc-218b-4e46-9937-a1e917ab3820", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-06-07T13:55:08.0095536+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"23455c02-afa4-4ef3-ab4b-5806d79f6824","StandardCampaignId":"0749cadc-218b-4e46-9937-a1e917ab3820","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-06-07T13:55:08.0095536+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});