POST api/Shipments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e08cb3a7-4427-4cad-bb8b-414d9068fe56",
  "1ca872cd-e9e2-4eba-8094-8338e4e8261c"
]

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>e08cb3a7-4427-4cad-bb8b-414d9068fe56</guid>
  <guid>1ca872cd-e9e2-4eba-8094-8338e4e8261c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e08cb3a7-4427-4cad-bb8b-414d9068fe56","1ca872cd-e9e2-4eba-8094-8338e4e8261c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.