POST api/CasePresentation/Setup
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "6c6f963d-b588-4141-b52e-db7fe986e327", "a02e83df-b28b-48c9-9942-be1efbb05d1a" ]
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>6c6f963d-b588-4141-b52e-db7fe986e327</guid> <guid>a02e83df-b28b-48c9-9942-be1efbb05d1a</guid> </ArrayOfguid>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.