POST api/Consolidation/RemoveShipments

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "0d03cb46-067d-48f1-b587-6ccd021460c3",
  "90ab8468-f94e-4da5-a4c3-0980ead7c342"
]

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>0d03cb46-067d-48f1-b587-6ccd021460c3</guid>
  <guid>90ab8468-f94e-4da5-a4c3-0980ead7c342</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["0d03cb46-067d-48f1-b587-6ccd021460c3","90ab8468-f94e-4da5-a4c3-0980ead7c342"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.