POST api/Email
Request Information
URI Parameters
None.
Body Parameters
Message| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| To | string |
None. |
|
| From | string |
None. |
|
| Phone | string |
None. |
|
| Text | string |
None. |
|
| Subject | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"To": "sample string 2",
"From": "sample string 3",
"Phone": "sample string 4",
"Text": "sample string 5",
"Subject": "sample string 6",
"Content": "sample string 5 Phone: sample string 4 From: sample string 1"
}
application/xml, text/xml
Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedtapServices.Models"> <From>sample string 3</From> <Name>sample string 1</Name> <Phone>sample string 4</Phone> <Subject>sample string 6</Subject> <Text>sample string 5</Text> <To>sample string 2</To> </Message>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.