POST api/Shipments/Packages/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "96253294-7418-47df-be6c-cb5ae59f3cc8",
  "1a897f41-7aa4-4b9e-944a-6356835a8ccd"
]

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>96253294-7418-47df-be6c-cb5ae59f3cc8</guid>
  <guid>1a897f41-7aa4-4b9e-944a-6356835a8ccd</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["96253294-7418-47df-be6c-cb5ae59f3cc8","1a897f41-7aa4-4b9e-944a-6356835a8ccd"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.