POST api/CasePresentation/Setup

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "87fc45f0-4ce8-4692-b6db-65cd53460897",
  "5556a2c7-e904-4968-af85-b1534c6f3993"
]

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>87fc45f0-4ce8-4692-b6db-65cd53460897</guid>
  <guid>5556a2c7-e904-4968-af85-b1534c6f3993</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.