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": "30cdd445-81dd-4be3-b616-faba5c7659af", "StandardCampaignId": "f5acc979-d7fb-4d0d-9181-9e2a7dc3a6d3", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 5", "SendDate": "2025-10-15T10:09:51.0672725+00:00", "Status": "sample string 4", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"30cdd445-81dd-4be3-b616-faba5c7659af","StandardCampaignId":"f5acc979-d7fb-4d0d-9181-9e2a7dc3a6d3","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 5","SendDate":"2025-10-15T10:09:51.0672725+00:00","Status":"sample string 4","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});