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:
[
  "12436b35-b180-4d6f-9ff7-82594a0553ca",
  "01f35e77-fa4c-4f06-bec4-a3b1570c88c8"
]

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>12436b35-b180-4d6f-9ff7-82594a0553ca</guid>
  <guid>01f35e77-fa4c-4f06-bec4-a3b1570c88c8</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.