POST api/Mail/SendMailPost
Request Information
URI Parameters
None.
Body Parameters
AccommodationsMailElencoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| subject | string |
None. |
|
| sender | string |
None. |
|
| addressDest | string |
None. |
|
| body | string |
None. |
|
| AccomName | string |
None. |
|
| accomCod | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"subject": "sample string 1",
"sender": "sample string 2",
"addressDest": "sample string 3",
"body": "sample string 4",
"AccomName": "sample string 5",
"accomCod": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<AccommodationsMailElencoDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <subject>sample string 1</subject> <sender>sample string 2</sender> <addressDest>sample string 3</addressDest> <body>sample string 4</body> <AccomName>sample string 5</AccomName> <accomCod>sample string 6</accomCod> </AccommodationsMailElencoDTO>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |