POST api/CargoRelease/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "0d964ef4-d531-4c16-a7f0-960571b83dea",
  "2c16c355-52cc-42e2-889b-3c35308ca195"
]

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>0d964ef4-d531-4c16-a7f0-960571b83dea</guid>
  <guid>2c16c355-52cc-42e2-889b-3c35308ca195</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["0d964ef4-d531-4c16-a7f0-960571b83dea","2c16c355-52cc-42e2-889b-3c35308ca195"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.