POST api/Email/MorningNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationBlock| Name | Description | Type | Additional information |
|---|---|---|---|
| Summary | string |
None. |
|
| IsSendToSelf | boolean |
None. |
|
| EmailIds | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Summary": "sample string 1",
"IsSendToSelf": true,
"EmailIds": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
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. |