POST api/Shipments/Packages/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "041abebe-80ca-4dc5-ba0e-92c8c072f937",
  "6419d99c-cf14-4a73-b06f-df9caf3bfbe6"
]

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>041abebe-80ca-4dc5-ba0e-92c8c072f937</guid>
  <guid>6419d99c-cf14-4a73-b06f-df9caf3bfbe6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["041abebe-80ca-4dc5-ba0e-92c8c072f937","6419d99c-cf14-4a73-b06f-df9caf3bfbe6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.