POST api/Consolidation/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "44bd46f4-f57d-4d10-8589-bed8176a1b16",
  "ab3d5831-ce44-41cb-94e3-4c8db66f5b46"
]

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>44bd46f4-f57d-4d10-8589-bed8176a1b16</guid>
  <guid>ab3d5831-ce44-41cb-94e3-4c8db66f5b46</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["44bd46f4-f57d-4d10-8589-bed8176a1b16","ab3d5831-ce44-41cb-94e3-4c8db66f5b46"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.