POST api/CargoRelease/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d42d4573-00e0-430c-8ae9-80067247d2cd",
  "352cb191-e44d-44ff-b9d6-9c8eacecd0e9"
]

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>d42d4573-00e0-430c-8ae9-80067247d2cd</guid>
  <guid>352cb191-e44d-44ff-b9d6-9c8eacecd0e9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d42d4573-00e0-430c-8ae9-80067247d2cd","352cb191-e44d-44ff-b9d6-9c8eacecd0e9"]

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>