POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3ae389dc-9a77-4cb8-bf1e-90d1fd92ce5b",
  "c064b58b-01ef-4f46-972a-946c773bc7b8"
]

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>3ae389dc-9a77-4cb8-bf1e-90d1fd92ce5b</guid>
  <guid>c064b58b-01ef-4f46-972a-946c773bc7b8</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["3ae389dc-9a77-4cb8-bf1e-90d1fd92ce5b","c064b58b-01ef-4f46-972a-946c773bc7b8"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.