POST api/CasePresentation/Setup

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "90743d43-aabc-4752-82c2-21325e841c95",
  "f21d7061-f8aa-48fc-9f74-e5ab66a08e45"
]

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>90743d43-aabc-4752-82c2-21325e841c95</guid>
  <guid>f21d7061-f8aa-48fc-9f74-e5ab66a08e45</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.