POST api/CargoRelease/Cargo/RemoveFromRepack

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "058da8c0-4602-4ca6-a09c-9348fcdbdf23",
  "e58e1450-a327-40b2-8d4c-8c047a4d73a7"
]

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>058da8c0-4602-4ca6-a09c-9348fcdbdf23</guid>
  <guid>e58e1450-a327-40b2-8d4c-8c047a4d73a7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["058da8c0-4602-4ca6-a09c-9348fcdbdf23","e58e1450-a327-40b2-8d4c-8c047a4d73a7"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.