POST api/Shipments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a7a48adb-c88c-4fb3-8f11-37114e50abe3",
  "4bae2bd5-2315-422d-bb12-12e1c914de77"
]

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>a7a48adb-c88c-4fb3-8f11-37114e50abe3</guid>
  <guid>4bae2bd5-2315-422d-bb12-12e1c914de77</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a7a48adb-c88c-4fb3-8f11-37114e50abe3","4bae2bd5-2315-422d-bb12-12e1c914de77"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.