POST api/CargoRelease/Cargo/RemoveFromCargoRelease

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ef82db49-025c-45d3-8294-18e8755ac023",
  "acbdbfe1-6087-4bfb-b468-613f23522e59"
]

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>ef82db49-025c-45d3-8294-18e8755ac023</guid>
  <guid>acbdbfe1-6087-4bfb-b468-613f23522e59</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ef82db49-025c-45d3-8294-18e8755ac023","acbdbfe1-6087-4bfb-b468-613f23522e59"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.