POST api/Consolidation/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5788b10e-31a1-47bd-8cad-6f6ab1bd516f",
  "0741e690-4e76-417b-88d4-490cf784d0a6"
]

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>5788b10e-31a1-47bd-8cad-6f6ab1bd516f</guid>
  <guid>0741e690-4e76-417b-88d4-490cf784d0a6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5788b10e-31a1-47bd-8cad-6f6ab1bd516f","0741e690-4e76-417b-88d4-490cf784d0a6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.