POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ff7aeca6-cae2-47b4-a952-5420deb465ab",
  "e9e576da-f429-410c-a11e-99cdbcbc4865"
]

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>ff7aeca6-cae2-47b4-a952-5420deb465ab</guid>
  <guid>e9e576da-f429-410c-a11e-99cdbcbc4865</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ff7aeca6-cae2-47b4-a952-5420deb465ab","e9e576da-f429-410c-a11e-99cdbcbc4865"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.