POST api/CargoRelease/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2df144d4-0806-4343-822b-6b4c3d796967",
  "57b221f1-326f-40d5-a006-a881a32dd0cd"
]

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>2df144d4-0806-4343-822b-6b4c3d796967</guid>
  <guid>57b221f1-326f-40d5-a006-a881a32dd0cd</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["2df144d4-0806-4343-822b-6b4c3d796967","57b221f1-326f-40d5-a006-a881a32dd0cd"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.