POST api/CargoRelease/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d0356e15-1c50-4bbd-bde3-0fcfb875286c",
  "2ffb8ad1-6bdf-42cb-81d8-7bb67fa2a82b"
]

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>d0356e15-1c50-4bbd-bde3-0fcfb875286c</guid>
  <guid>2ffb8ad1-6bdf-42cb-81d8-7bb67fa2a82b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d0356e15-1c50-4bbd-bde3-0fcfb875286c","2ffb8ad1-6bdf-42cb-81d8-7bb67fa2a82b"]

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>