POST api/CargoRelease/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3f6b9c28-db71-40fd-babd-9f852c21297b",
  "6edf36fc-9d20-4e89-9992-f56818fec0c7"
]

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>3f6b9c28-db71-40fd-babd-9f852c21297b</guid>
  <guid>6edf36fc-9d20-4e89-9992-f56818fec0c7</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["3f6b9c28-db71-40fd-babd-9f852c21297b","6edf36fc-9d20-4e89-9992-f56818fec0c7"]

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>