POST api/CargoRelease/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6abf9795-5bba-41aa-a09e-4ba2718f2dea",
  "65128c6b-a95e-4c2e-898e-eabcea342430"
]

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>6abf9795-5bba-41aa-a09e-4ba2718f2dea</guid>
  <guid>65128c6b-a95e-4c2e-898e-eabcea342430</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["6abf9795-5bba-41aa-a09e-4ba2718f2dea","65128c6b-a95e-4c2e-898e-eabcea342430"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.