POST api/email-communication-queue/send

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d586bd42-9941-484e-85c1-b162ddfd0ab4",
  "9e199c32-9746-4b5f-90c3-8eeec9960d94"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>d586bd42-9941-484e-85c1-b162ddfd0ab4</guid>
  <guid>9e199c32-9746-4b5f-90c3-8eeec9960d94</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.