POST api/WRPackages/Repack/RemoveFromRepack
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "56b6f3cc-5dc6-4305-8501-7a13bb528cdc", "42bdbe60-8009-4052-9453-eda7c2ccddd2" ]
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>56b6f3cc-5dc6-4305-8501-7a13bb528cdc</guid> <guid>42bdbe60-8009-4052-9453-eda7c2ccddd2</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["56b6f3cc-5dc6-4305-8501-7a13bb528cdc","42bdbe60-8009-4052-9453-eda7c2ccddd2"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.