POST api/WRPackages/Repack/RemoveFromRepack
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0dd8ac65-9084-4a17-ab2e-b747b12c0013", "8df8c231-05cc-40d9-8b73-3802b2b1658c" ]
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>0dd8ac65-9084-4a17-ab2e-b747b12c0013</guid> <guid>8df8c231-05cc-40d9-8b73-3802b2b1658c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["0dd8ac65-9084-4a17-ab2e-b747b12c0013","8df8c231-05cc-40d9-8b73-3802b2b1658c"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.