POST api/Consolidation/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "69393d37-befe-4f70-bdb3-8f7e4ec4ba74",
  "880bd675-7b64-436b-8506-444cc7e0cb52"
]

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>69393d37-befe-4f70-bdb3-8f7e4ec4ba74</guid>
  <guid>880bd675-7b64-436b-8506-444cc7e0cb52</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["69393d37-befe-4f70-bdb3-8f7e4ec4ba74","880bd675-7b64-436b-8506-444cc7e0cb52"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.