POST v1/emaileditor/sendtestemail
Request Information
URI Parameters
None.
Body Parameters
SentTestEmailDTOName | 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": "fb9a29dd-48b9-4a19-bbc0-5aa82d7968ff", "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>fb9a29dd-48b9-4a19-bbc0-5aa82d7968ff</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>fb9a29dd-48b9-4a19-bbc0-5aa82d7968ff</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.