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": "6a2ad815-b505-482a-82bc-73452e520310", "SubscriberGuid": "c92a83b1-7738-4d8a-8f13-71e821db2a63", "Title": "sample string 3", "ServiceProviderGuid": "66696e38-beae-403e-8022-f1f3a9eaea14", "UtmSource": "sample string 5", "UtmMedium": "sample string 6", "UtmCampaign": "sample string 7", "Active": true, "Deleted": true, "CreateDate": "2021-01-18T00:41:24.1196161+00:00", "VersionDate": "2021-01-18T00:41:24.1196161+00:00", "WidgetCount": 12 }
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"cd7aa723-f806-496f-8854-64d77de3da92"