POST 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": "fbabe4ba-6c80-4cdc-9939-9be3bc385900", "SubscriberGuid": "b3b7ec6b-3e1c-4ef8-a296-a8901d9ee3b6", "Title": "sample string 3", "ServiceProviderGuid": "d8395ceb-14f4-4689-981f-26b74e8b91f7", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-04-11T00:52:56.7688765+00:00", "VersionDate": "2021-04-11T00:52:56.7688765+00:00", "WidgetCount": 12 }
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"b59f5c98-9a44-473a-968a-c04bd3cf7bab"