POST api/CargoRelease/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c7d7e00f-2ed1-4414-af5e-9ecfcba6afef",
  "6451098d-cfac-4d0f-b6f7-1c29012cdddd"
]

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>c7d7e00f-2ed1-4414-af5e-9ecfcba6afef</guid>
  <guid>6451098d-cfac-4d0f-b6f7-1c29012cdddd</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c7d7e00f-2ed1-4414-af5e-9ecfcba6afef","6451098d-cfac-4d0f-b6f7-1c29012cdddd"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.