PUT 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": "b3d156c6-12f9-4c61-a130-bec50f18bb63", "SubscriberGuid": "a021dd49-7171-4827-a950-909f35ec44a0", "Title": "sample string 3", "ServiceProviderGuid": "0c1c39a0-883f-4839-a10b-98b318ad8e1a", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-15T20:51:15.402389+00:00", "VersionDate": "2021-01-15T20:51:15.402389+00:00", "WidgetCount": 12 }
Response Information
Resource Description
None.