POST api/Consolidation/RemoveShipments

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "6bd176bc-df6b-437a-a72f-2a26839f7ea3",
  "95c58860-ff93-47ec-907d-a218d6299df7"
]

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>6bd176bc-df6b-437a-a72f-2a26839f7ea3</guid>
  <guid>95c58860-ff93-47ec-907d-a218d6299df7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["6bd176bc-df6b-437a-a72f-2a26839f7ea3","95c58860-ff93-47ec-907d-a218d6299df7"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.