POST api/CargoRelease/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8f69a2aa-e527-493a-97b9-220b248d1a7d",
  "3b547acf-0024-45d8-8b5e-c15b58a9e25f"
]

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>8f69a2aa-e527-493a-97b9-220b248d1a7d</guid>
  <guid>3b547acf-0024-45d8-8b5e-c15b58a9e25f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8f69a2aa-e527-493a-97b9-220b248d1a7d","3b547acf-0024-45d8-8b5e-c15b58a9e25f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.