POST api/Consolidation/RemoveShipments

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5e5037f7-bfed-40d4-8377-57c5390ba12a",
  "c9d03d52-f6b3-49a9-97dc-233123f7081f"
]

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>5e5037f7-bfed-40d4-8377-57c5390ba12a</guid>
  <guid>c9d03d52-f6b3-49a9-97dc-233123f7081f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5e5037f7-bfed-40d4-8377-57c5390ba12a","c9d03d52-f6b3-49a9-97dc-233123f7081f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.