POST api/Shipments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1c74e32f-83a4-41ff-9e91-830abe9b04d8",
  "a8ff0523-d4c9-4cd9-8b73-df74fd888c9e"
]

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>1c74e32f-83a4-41ff-9e91-830abe9b04d8</guid>
  <guid>a8ff0523-d4c9-4cd9-8b73-df74fd888c9e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["1c74e32f-83a4-41ff-9e91-830abe9b04d8","a8ff0523-d4c9-4cd9-8b73-df74fd888c9e"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.