POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4601d4c8-057d-43de-9c2f-b3adc07df2c6",
  "b7a689b9-69b6-457b-8161-59443d9696e4"
]

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>4601d4c8-057d-43de-9c2f-b3adc07df2c6</guid>
  <guid>b7a689b9-69b6-457b-8161-59443d9696e4</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4601d4c8-057d-43de-9c2f-b3adc07df2c6","b7a689b9-69b6-457b-8161-59443d9696e4"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.