POST api/Services/SendEmailList
Request Information
URI Parameters
None.
Body Parameters
Collection of EmailRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ToAddress | Collection of string |
None. |
|
| BCCAddress | Collection of string |
None. |
|
| CCAddress | Collection of string |
None. |
|
| EmailSubject | string |
None. |
|
| EmailBody | string |
None. |
|
| IsHTmlContent | boolean |
None. |
|
| AttachmentStream | Collection of byte |
None. |
|
| FileName | string |
None. |
|
| FromUserId | integer |
None. |
|
| ToUserId | integer |
None. |
|
| ToUserIds | Collection of integer |
None. |
|
| AdditionalInfo | string |
None. |
|
| EmailTypeId | integer |
None. |
|
| MailFrom | string |
None. |
|
| EmailStatusId | integer |
None. |
|
| ReferenceId | integer |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true