POST api/EmailNotification/LogEmail?Type={Type}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Type

string

Required

Body Parameters

EmailNotificationDTO
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EmailNotificationDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.