PUT api/Emails/Update

Request Information

URI Parameters

None.

Body Parameters

EmailsUpdateDto
NameDescriptionTypeAdditional information
BulkMailID

globally unique identifier

None.

IsSent

boolean

None.

ID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "bulkMailID": "4bb2ce45-71af-40db-9da9-384d17df29fd",
  "isSent": true,
  "id": "b95af803-7eb0-46c9-b5f6-918482164e84"
}

application/xml, text/xml

Sample:
<EmailsUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <ID>b95af803-7eb0-46c9-b5f6-918482164e84</ID>
  <BulkMailID>4bb2ce45-71af-40db-9da9-384d17df29fd</BulkMailID>
  <IsSent>true</IsSent>
</EmailsUpdateDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"BulkMailID":"4bb2ce45-71af-40db-9da9-384d17df29fd","IsSent":true,"ID":"b95af803-7eb0-46c9-b5f6-918482164e84"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.