POST api/Shipments/Packages/RemoveFromShipment

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "dc893efe-c751-415a-9a71-50ba55ee62fe",
  "f3ca05ee-0bd8-4a86-b355-34f1f89feab3"
]

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>dc893efe-c751-415a-9a71-50ba55ee62fe</guid>
  <guid>f3ca05ee-0bd8-4a86-b355-34f1f89feab3</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["dc893efe-c751-415a-9a71-50ba55ee62fe","f3ca05ee-0bd8-4a86-b355-34f1f89feab3"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.