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:
[
  "2258bd9e-e4a0-4f0e-8671-a0054dc27972",
  "f4b49536-e5f7-4581-a76f-97da82b2dbf4"
]

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>2258bd9e-e4a0-4f0e-8671-a0054dc27972</guid>
  <guid>f4b49536-e5f7-4581-a76f-97da82b2dbf4</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.