POST api/Shipments/Packages/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c1ab41eb-5913-44c7-a3be-685b26a937b4",
  "51dc8be5-d4da-4ebf-872b-da01bfd5410e"
]

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>c1ab41eb-5913-44c7-a3be-685b26a937b4</guid>
  <guid>51dc8be5-d4da-4ebf-872b-da01bfd5410e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c1ab41eb-5913-44c7-a3be-685b26a937b4","51dc8be5-d4da-4ebf-872b-da01bfd5410e"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.