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": "3b52b423-a7e8-4201-a245-0292633d8df1", "StandardCampaignId": "0f4e4047-001c-4e66-8c73-fc8a371bbe1b", "HasEmail": true, "HasFax": true, "HasSms": true, "Name": "sample string 6", "SendDate": "2025-04-03T22:36:39.9570066+00:00", "Status": "sample string 7", "SubjectLine": "sample string 8" }, "Error": { "ErrorId": 1, "ErrorMessage": "sample string 1" } }
Sample:
/**/ typeof === 'function' && ({"StandardCampaignSend":{"StandardCampaignSendId":"3b52b423-a7e8-4201-a245-0292633d8df1","StandardCampaignId":"0f4e4047-001c-4e66-8c73-fc8a371bbe1b","HasEmail":true,"HasFax":true,"HasSms":true,"Name":"sample string 6","SendDate":"2025-04-03T22:36:39.9570066+00:00","Status":"sample string 7","SubjectLine":"sample string 8"},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});