POST api/WRPackages/Repack/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d8225182-791c-44ee-8b6a-1784dc2df88c",
  "b172de77-7a33-4d65-8860-d6dbe5a8b20f"
]

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>d8225182-791c-44ee-8b6a-1784dc2df88c</guid>
  <guid>b172de77-7a33-4d65-8860-d6dbe5a8b20f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d8225182-791c-44ee-8b6a-1784dc2df88c","b172de77-7a33-4d65-8860-d6dbe5a8b20f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.