POST api/Consolidation/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d0a01d99-e4a8-46a8-ace8-9e604dcb8410",
  "799547ed-53a5-4d7e-b78b-31a06d1a19c0"
]

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>d0a01d99-e4a8-46a8-ace8-9e604dcb8410</guid>
  <guid>799547ed-53a5-4d7e-b78b-31a06d1a19c0</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d0a01d99-e4a8-46a8-ace8-9e604dcb8410","799547ed-53a5-4d7e-b78b-31a06d1a19c0"]

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>