POST api/Consolidation/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f46d585a-04dc-48bd-a4a8-5cf5233682bb",
  "4ee29405-3dff-4ddb-889c-352e519ab9f7"
]

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>f46d585a-04dc-48bd-a4a8-5cf5233682bb</guid>
  <guid>4ee29405-3dff-4ddb-889c-352e519ab9f7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["f46d585a-04dc-48bd-a4a8-5cf5233682bb","4ee29405-3dff-4ddb-889c-352e519ab9f7"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.