POST api/Shipments/Packages/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6d2469ee-7b4d-4bd5-a546-71dc232bfb2a",
  "0a9d73b1-df17-4ca0-afbd-d2aa36c8488c"
]

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>6d2469ee-7b4d-4bd5-a546-71dc232bfb2a</guid>
  <guid>0a9d73b1-df17-4ca0-afbd-d2aa36c8488c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["6d2469ee-7b4d-4bd5-a546-71dc232bfb2a","0a9d73b1-df17-4ca0-afbd-d2aa36c8488c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.