POST api/Shipments/Packages/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e12085d2-8785-4814-ac7c-01cb0410a189",
  "c7888900-271d-410c-8472-39923a7b2d1f"
]

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>e12085d2-8785-4814-ac7c-01cb0410a189</guid>
  <guid>c7888900-271d-410c-8472-39923a7b2d1f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e12085d2-8785-4814-ac7c-01cb0410a189","c7888900-271d-410c-8472-39923a7b2d1f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.