POST api/Consolidation/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "fcf0e4ae-a8f4-4ca7-b231-0b1bc68122b4",
  "5b0d7a7e-4e60-49c8-aba1-7a703e850988"
]

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>fcf0e4ae-a8f4-4ca7-b231-0b1bc68122b4</guid>
  <guid>5b0d7a7e-4e60-49c8-aba1-7a703e850988</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["fcf0e4ae-a8f4-4ca7-b231-0b1bc68122b4","5b0d7a7e-4e60-49c8-aba1-7a703e850988"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.