POST email/v{version}/MessageSend
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
EamilRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| To | string |
Required |
|
| Subject | string |
Required |
|
| BodyText | string |
None. |
|
| BodyHtml | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"To": "sample string 1",
"Subject": "sample string 2",
"BodyText": "sample string 3",
"BodyHtml": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.