POST v1/emaileditor/sendtestemail
Request Information
URI Parameters
None.
Body Parameters
SentTestEmailDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentID | globally unique identifier |
None. |
|
| EmailBodyID | integer |
None. |
|
| EmailAddress | string |
None. |
|
| ProductID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgentID": "8c93eb75-341c-49cf-a330-6711243a7cca",
"EmailBodyID": 2,
"EmailAddress": "sample string 3",
"ProductID": 4
}
application/xml, text/xml
Sample:
<SentTestEmailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Controllers"> <AgentID>8c93eb75-341c-49cf-a330-6711243a7cca</AgentID> <EmailAddress>sample string 3</EmailAddress> <EmailBodyID>2</EmailBodyID> <ProductID>4</ProductID> </SentTestEmailDTO>
multipart/form-data
Sample:
<SentTestEmailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRE.API.Controllers"><AgentID>8c93eb75-341c-49cf-a330-6711243a7cca</AgentID><EmailAddress>sample string 3</EmailAddress><EmailBodyID>2</EmailBodyID><ProductID>4</ProductID></SentTestEmailDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.