POST api/CasePresentation/Setup
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "5de2d42a-0ca4-4058-b14e-46ada04c507f", "715fded1-2403-4dff-9fc7-e811e542a7ae" ]
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>5de2d42a-0ca4-4058-b14e-46ada04c507f</guid> <guid>715fded1-2403-4dff-9fc7-e811e542a7ae</guid> </ArrayOfguid>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.