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": "343a9109-1a80-44c4-94f7-3ad8b415e180", "StandardCampaignId": "3208214d-22a8-4804-97ad-de78ec3d7304", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-05-17T12:26:14.5145718+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"343a9109-1a80-44c4-94f7-3ad8b415e180","StandardCampaignId":"3208214d-22a8-4804-97ad-de78ec3d7304","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-05-17T12:26:14.5145718+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});