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:
[
  "8aedb4f9-1024-434f-82a2-cd8a3b69cb7a",
  "d0523465-ce25-4bfe-ac99-474ffd425444"
]

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>8aedb4f9-1024-434f-82a2-cd8a3b69cb7a</guid>
  <guid>d0523465-ce25-4bfe-ac99-474ffd425444</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.