POST api/Consolidation/RemoveShipments

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ba63f3a7-a3cd-49a2-900d-c5e55138db25",
  "9063678d-b068-4020-8366-2501c0af1926"
]

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>ba63f3a7-a3cd-49a2-900d-c5e55138db25</guid>
  <guid>9063678d-b068-4020-8366-2501c0af1926</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ba63f3a7-a3cd-49a2-900d-c5e55138db25","9063678d-b068-4020-8366-2501c0af1926"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.