POST api/CargoRelease/Cargo/RemoveFromCargoRelease

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a1101899-81f2-49bd-ae82-e4a11c50aa02",
  "9e351df8-cdf0-4bd8-94c4-705e716d13b8"
]

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>a1101899-81f2-49bd-ae82-e4a11c50aa02</guid>
  <guid>9e351df8-cdf0-4bd8-94c4-705e716d13b8</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a1101899-81f2-49bd-ae82-e4a11c50aa02","9e351df8-cdf0-4bd8-94c4-705e716d13b8"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.