POST api/Shipments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "842c167a-ba8e-4c78-a712-175472947415",
  "33658472-9f04-4b8c-b963-a73b7cdaed83"
]

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>842c167a-ba8e-4c78-a712-175472947415</guid>
  <guid>33658472-9f04-4b8c-b963-a73b7cdaed83</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["842c167a-ba8e-4c78-a712-175472947415","33658472-9f04-4b8c-b963-a73b7cdaed83"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.