PUT marketing/v1/EmailCampaigns
Request Information
URI Parameters
None.
Body Parameters
EmailCampaignName | Type | Description | Comments |
---|---|---|---|
Guid | globally unique identifier | ||
SubscriberGuid | globally unique identifier | ||
Title | string | ||
ServiceProviderGuid | globally unique identifier | ||
UtmSource | string | ||
UtmMedium | string | ||
UtmCampaign | string | ||
Active | boolean | ||
Deleted | boolean | ||
CreateDate | date | ||
VersionDate | date | ||
WidgetCount | integer | ||
Widgets | Collection of IWidget |
Request Formats
application/json, text/json
Sample:
{ "Guid": "62013e30-0e10-435d-a2ae-ac9cb1a25aca", "SubscriberGuid": "728b9acd-799f-4f2a-ac6d-133409a16383", "Title": "sample string 3", "ServiceProviderGuid": "a666e183-7b0e-4fc5-ae08-c28d78db71b0", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-04-11T01:57:59.1809948+00:00", "VersionDate": "2021-04-11T01:57:59.1809948+00:00", "WidgetCount": 12 }
Response Information
Resource Description
None.