POST api/Shipments/Packages/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a7e29b6c-58d9-4202-80fc-e2b21578693c",
  "e17fb557-9607-435b-8a3b-b3ca7aa885d2"
]

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>a7e29b6c-58d9-4202-80fc-e2b21578693c</guid>
  <guid>e17fb557-9607-435b-8a3b-b3ca7aa885d2</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a7e29b6c-58d9-4202-80fc-e2b21578693c","e17fb557-9607-435b-8a3b-b3ca7aa885d2"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.