POST api/Shipments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "df7d5191-c86f-4bf2-82d0-6fcd1230bb72",
  "b9f3e6c5-4621-4ade-b050-5ae293dfbeab"
]

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>df7d5191-c86f-4bf2-82d0-6fcd1230bb72</guid>
  <guid>b9f3e6c5-4621-4ade-b050-5ae293dfbeab</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["df7d5191-c86f-4bf2-82d0-6fcd1230bb72","b9f3e6c5-4621-4ade-b050-5ae293dfbeab"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.