POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c9072e79-d889-4143-adf2-7738b67bf426",
  "4b42fc69-af61-4936-bc1e-3deb71e285bc"
]

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>c9072e79-d889-4143-adf2-7738b67bf426</guid>
  <guid>4b42fc69-af61-4936-bc1e-3deb71e285bc</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c9072e79-d889-4143-adf2-7738b67bf426","4b42fc69-af61-4936-bc1e-3deb71e285bc"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.