POST api/Consolidation/Cargo/RemoveFromConsolidation

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e7615b9f-4292-4fed-b6f4-b650e7c9fb3a",
  "5505ce74-c38a-4d7b-b829-5c0310d85549"
]

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>e7615b9f-4292-4fed-b6f4-b650e7c9fb3a</guid>
  <guid>5505ce74-c38a-4d7b-b829-5c0310d85549</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e7615b9f-4292-4fed-b6f4-b650e7c9fb3a","5505ce74-c38a-4d7b-b829-5c0310d85549"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.