POST api/Shipments/Packages/RemoveFromShipment

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8b637679-374f-47fd-a21b-13d9a653efcb",
  "7c9cae5f-3fd0-4316-8f92-0d4f07a6b68a"
]

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>8b637679-374f-47fd-a21b-13d9a653efcb</guid>
  <guid>7c9cae5f-3fd0-4316-8f92-0d4f07a6b68a</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8b637679-374f-47fd-a21b-13d9a653efcb","7c9cae5f-3fd0-4316-8f92-0d4f07a6b68a"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.