POST api/WRPackages/Repack/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "88dc0ace-9f6f-42fa-ba6e-db4e61e7e8b7",
  "c3332a29-7089-41e9-8dac-62558b674a18"
]

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>88dc0ace-9f6f-42fa-ba6e-db4e61e7e8b7</guid>
  <guid>c3332a29-7089-41e9-8dac-62558b674a18</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["88dc0ace-9f6f-42fa-ba6e-db4e61e7e8b7","c3332a29-7089-41e9-8dac-62558b674a18"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.