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:
[
  "35f9a39c-f24c-42a2-bd95-9d459d7ef7e0",
  "ff41960d-8a36-4a22-9d27-e5e621a5e438"
]

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>35f9a39c-f24c-42a2-bd95-9d459d7ef7e0</guid>
  <guid>ff41960d-8a36-4a22-9d27-e5e621a5e438</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.