POST api/CargoRelease/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a8a5a660-1149-4c09-a6cb-28a82bb4dd29",
  "e8337728-8f25-4fa9-bdda-3e213243cf8e"
]

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>a8a5a660-1149-4c09-a6cb-28a82bb4dd29</guid>
  <guid>e8337728-8f25-4fa9-bdda-3e213243cf8e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a8a5a660-1149-4c09-a6cb-28a82bb4dd29","e8337728-8f25-4fa9-bdda-3e213243cf8e"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.