POST api/CargoRelease/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4a90d45d-e39a-4c94-afdf-e57b4bb48834",
  "3ff37f28-85a3-4c05-86d7-e978f8ece54c"
]

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>4a90d45d-e39a-4c94-afdf-e57b4bb48834</guid>
  <guid>3ff37f28-85a3-4c05-86d7-e978f8ece54c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4a90d45d-e39a-4c94-afdf-e57b4bb48834","3ff37f28-85a3-4c05-86d7-e978f8ece54c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.