POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c069ceff-2985-4277-9c4b-0f06abec5de9",
  "dd15a87f-6ca3-4f97-be0a-50d4d9ad85b9"
]

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>c069ceff-2985-4277-9c4b-0f06abec5de9</guid>
  <guid>dd15a87f-6ca3-4f97-be0a-50d4d9ad85b9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c069ceff-2985-4277-9c4b-0f06abec5de9","dd15a87f-6ca3-4f97-be0a-50d4d9ad85b9"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.