POST api/EmailDistribution
Request Information
URI Parameters
None.
Body Parameters
EmailDistributionDtoName | Description | Type | Additional information |
---|---|---|---|
Template | ListItemDto |
None. |
|
EmailProvider | ListItemDto |
None. |
|
GreetingPrefix | string |
None. |
|
GreetingFormat | GreetingFormat |
None. |
|
GreetingSuffix | string |
None. |
|
UseModeOfAddressDefault | boolean |
None. |
|
Groups | Collection of EmailDistributionGroupDto |
None. |
|
ManualRecipients | Collection of EmailDistributionManualRecipientDto |
None. |
|
Contacts | Collection of EmailDistributionContactDto |
None. |
|
Outlets | Collection of EmailDistributionOutletDto |
None. |
|
DistinctRecipientCount | integer |
None. |
|
SentCount | integer |
None. |
|
SoftBounceCount | integer |
None. |
|
HardBounceCount | integer |
None. |
|
OpenedCount | integer |
None. |
|
ClickedCount | integer |
None. |
|
SpamReportCount | integer |
None. |
|
UnsubscribedCount | integer |
None. |
|
SentExternally | boolean |
None. |
|
SendFromEmailPrefix | string |
None. |
|
SendFromEmailDomain | string |
None. |
|
SendFromReplyToDomain | string |
None. |
|
SendFromName | string |
None. |
|
Deleted | boolean |
None. |
|
Editable | boolean |
None. |
|
Release | ListItemDto |
None. |
|
Status | DistributionStatus |
None. |
|
DistributionType | DistributionType |
None. |
|
Id | integer |
None. |
|
Visibility | RestrictedVisibility |
None. |
|
VisibilityUserId | integer |
None. |
|
VisibilityClientId | integer |
None. |
|
VisibilityUserGroupIds | Collection of integer |
None. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
CreatedUser | ListItemDto |
None. |
|
ModifiedUser | ListItemDto |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.