POST api/Consolidation/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1778db5e-5c21-4df7-b410-31b96d76bb3a",
  "d371491c-f226-4288-9ae7-9734c14a679d"
]

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>1778db5e-5c21-4df7-b410-31b96d76bb3a</guid>
  <guid>d371491c-f226-4288-9ae7-9734c14a679d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["1778db5e-5c21-4df7-b410-31b96d76bb3a","d371491c-f226-4288-9ae7-9734c14a679d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.