POST api/WRPackages/Repack/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5012880c-b333-491f-b01d-2e04d6aef228",
  "b711197c-a861-49b6-b0a0-d6dc248ec5fb"
]

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>5012880c-b333-491f-b01d-2e04d6aef228</guid>
  <guid>b711197c-a861-49b6-b0a0-d6dc248ec5fb</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5012880c-b333-491f-b01d-2e04d6aef228","b711197c-a861-49b6-b0a0-d6dc248ec5fb"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.