POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b2c078b8-f7ba-40c3-8c04-efa4c9d7f526",
  "de2e3822-d7fc-47ab-96c2-4bda272b8da6"
]

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>b2c078b8-f7ba-40c3-8c04-efa4c9d7f526</guid>
  <guid>de2e3822-d7fc-47ab-96c2-4bda272b8da6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b2c078b8-f7ba-40c3-8c04-efa4c9d7f526","de2e3822-d7fc-47ab-96c2-4bda272b8da6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.