POST api/Shipments/Packages/RemoveFromShipment

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c2ec86a0-f5f2-41b0-85da-97739dd3d1da",
  "10214e72-5180-445a-8db5-eaa678543733"
]

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>c2ec86a0-f5f2-41b0-85da-97739dd3d1da</guid>
  <guid>10214e72-5180-445a-8db5-eaa678543733</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c2ec86a0-f5f2-41b0-85da-97739dd3d1da","10214e72-5180-445a-8db5-eaa678543733"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.