POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "dd3f5615-a8e7-420e-bd1a-76a6f7b5ef95",
  "89705197-e9fe-46ec-b2b5-278526708291"
]

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>dd3f5615-a8e7-420e-bd1a-76a6f7b5ef95</guid>
  <guid>89705197-e9fe-46ec-b2b5-278526708291</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["dd3f5615-a8e7-420e-bd1a-76a6f7b5ef95","89705197-e9fe-46ec-b2b5-278526708291"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.