POST api/User/Composemail
Request Information
URI Parameters
None.
Body Parameters
modCompose| Name | Description | Type | Additional information |
|---|---|---|---|
| Subject | string |
None. |
|
| Message | string |
None. |
|
| sendto | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Subject": "sample string 1",
"Message": "sample string 2",
"sendto": "sample string 3"
}
text/html
Sample:
{"Subject":"sample string 1","Message":"sample string 2","sendto":"sample string 3"}
application/xml, text/xml
Sample:
<modCompose xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexxoglobal_API.Models"> <Message>sample string 2</Message> <Subject>sample string 1</Subject> <sendto>sample string 3</sendto> </modCompose>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.