POST api/Emails/Add
Request Information
URI Parameters
None.
Body Parameters
EmailsAddDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BulkMailID | globally unique identifier |
None. |
|
| WebSiteID | globally unique identifier |
None. |
|
| IsSent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"bulkMailID": "d1a0119a-f943-4343-9934-4ca05caa824f",
"webSiteID": "9363ed11-7135-470e-b3ea-51a4bb089ec7",
"isSent": true
}
application/xml, text/xml
Sample:
<EmailsAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <BulkMailID>d1a0119a-f943-4343-9934-4ca05caa824f</BulkMailID> <IsSent>true</IsSent> <WebSiteID>9363ed11-7135-470e-b3ea-51a4bb089ec7</WebSiteID> </EmailsAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"BulkMailID":"d1a0119a-f943-4343-9934-4ca05caa824f","WebSiteID":"9363ed11-7135-470e-b3ea-51a4bb089ec7","IsSent":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.