POST api/Consolidation/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "cff2bba0-e1b5-418c-be6f-37ae36d1880a",
  "65a4ec17-793d-4647-89b9-dca53bf2d2a4"
]

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>cff2bba0-e1b5-418c-be6f-37ae36d1880a</guid>
  <guid>65a4ec17-793d-4647-89b9-dca53bf2d2a4</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["cff2bba0-e1b5-418c-be6f-37ae36d1880a","65a4ec17-793d-4647-89b9-dca53bf2d2a4"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.