POST api/Consolidation/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5ded3ee5-c4dc-4787-8906-9c1ac1e113d0",
  "626d8c92-82d6-4fcd-bccc-255d707967b2"
]

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>5ded3ee5-c4dc-4787-8906-9c1ac1e113d0</guid>
  <guid>626d8c92-82d6-4fcd-bccc-255d707967b2</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5ded3ee5-c4dc-4787-8906-9c1ac1e113d0","626d8c92-82d6-4fcd-bccc-255d707967b2"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.