POST api/Shipments/Packages/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e6a60612-856a-47a1-bb1f-ec32649b1c9b",
  "972c8868-1cc3-40f2-9124-b8e972943976"
]

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>e6a60612-856a-47a1-bb1f-ec32649b1c9b</guid>
  <guid>972c8868-1cc3-40f2-9124-b8e972943976</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e6a60612-856a-47a1-bb1f-ec32649b1c9b","972c8868-1cc3-40f2-9124-b8e972943976"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.