POST api/CasePresentation/Setup

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "aa31568b-ef0f-4538-841d-84a107a70ca4",
  "790c5e9f-088f-4b1b-9a89-14a86a267679"
]

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>aa31568b-ef0f-4538-841d-84a107a70ca4</guid>
  <guid>790c5e9f-088f-4b1b-9a89-14a86a267679</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.