POST api/CargoRelease/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "de6dc10c-8e7d-4c22-8418-758e0b9c40c8",
  "a3c6a2ea-8e5a-4800-a349-4ca45fc6ef46"
]

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>de6dc10c-8e7d-4c22-8418-758e0b9c40c8</guid>
  <guid>a3c6a2ea-8e5a-4800-a349-4ca45fc6ef46</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["de6dc10c-8e7d-4c22-8418-758e0b9c40c8","a3c6a2ea-8e5a-4800-a349-4ca45fc6ef46"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.