POST api/Email/Send
Request Information
URI Parameters
None.
Body Parameters
SendEmailDtoName | Description | Type | Additional information |
---|---|---|---|
TemplateId | globally unique identifier |
None. |
|
Data | Dictionary of string [key] and Object [value] |
None. |
|
Attachments | Dictionary of string [key] and Collection of byte [value] |
None. |
|
To | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TemplateId": "d32efc38-7f67-497c-90b6-da5ac0fad1c6", "Data": { "sample string 1": {}, "sample string 3": {} }, "Attachments": { "sample string 1": "QEA=", "sample string 2": "QEA=" }, "To": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.