POST api/CargoRelease/Cargo/RemoveFromCargoRelease

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f88dcc38-7007-4fc4-b21a-a914992e3f45",
  "c5a826b3-c3e0-4cae-b566-9c2aa5ff4357"
]

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>f88dcc38-7007-4fc4-b21a-a914992e3f45</guid>
  <guid>c5a826b3-c3e0-4cae-b566-9c2aa5ff4357</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["f88dcc38-7007-4fc4-b21a-a914992e3f45","c5a826b3-c3e0-4cae-b566-9c2aa5ff4357"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.