POST api/CargoRelease/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5e8efc7f-216b-441d-9992-50d9ae11e0e0",
  "e06dea5a-86b8-48a5-a6c8-388dfb47c9ff"
]

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>5e8efc7f-216b-441d-9992-50d9ae11e0e0</guid>
  <guid>e06dea5a-86b8-48a5-a6c8-388dfb47c9ff</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5e8efc7f-216b-441d-9992-50d9ae11e0e0","e06dea5a-86b8-48a5-a6c8-388dfb47c9ff"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.