POST api/EmailNotification/LogEmail?Type={Type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
Body Parameters
EmailNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Subject | string |
None. |
|
| Body | string |
None. |
|
| ToEmail | string |
None. |
|
| IsNotified | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Subject": "sample string 1",
"Body": "sample string 2",
"ToEmail": "sample string 3",
"IsNotified": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.