POST api/Shipments/Packages/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5d211019-1e3e-4092-8b48-8c00dff4de58",
  "5d605d5c-f0aa-44b0-9888-5ac3665a6500"
]

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>5d211019-1e3e-4092-8b48-8c00dff4de58</guid>
  <guid>5d605d5c-f0aa-44b0-9888-5ac3665a6500</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5d211019-1e3e-4092-8b48-8c00dff4de58","5d605d5c-f0aa-44b0-9888-5ac3665a6500"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.