POST api/CargoRelease/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4f3fab8a-fdf3-4656-83ea-113d420aa6db",
  "681d179a-098c-4431-b105-c872bf18161a"
]

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>4f3fab8a-fdf3-4656-83ea-113d420aa6db</guid>
  <guid>681d179a-098c-4431-b105-c872bf18161a</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4f3fab8a-fdf3-4656-83ea-113d420aa6db","681d179a-098c-4431-b105-c872bf18161a"]

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>