POST api/CargoRelease/Cargo/RemoveFromCargoRelease

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e530a8fa-280a-4ef8-a69a-551314d6d054",
  "a1599c67-5c4f-4237-9ad6-50d275cbee2b"
]

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>e530a8fa-280a-4ef8-a69a-551314d6d054</guid>
  <guid>a1599c67-5c4f-4237-9ad6-50d275cbee2b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e530a8fa-280a-4ef8-a69a-551314d6d054","a1599c67-5c4f-4237-9ad6-50d275cbee2b"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.