POST api/CasePresentation/Setup

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a0e8c3a6-36fa-4e15-8823-d5475abd9f1d",
  "a1f619fa-1200-4131-8a8c-f083762f357e"
]

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>a0e8c3a6-36fa-4e15-8823-d5475abd9f1d</guid>
  <guid>a1f619fa-1200-4131-8a8c-f083762f357e</guid>
</ArrayOfguid>

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.