POST api/Consolidation/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "cf03c805-569e-4151-a82f-4fac49cd349b",
  "388bc781-31b2-4716-aa51-516f6e1cc9b1"
]

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>cf03c805-569e-4151-a82f-4fac49cd349b</guid>
  <guid>388bc781-31b2-4716-aa51-516f6e1cc9b1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["cf03c805-569e-4151-a82f-4fac49cd349b","388bc781-31b2-4716-aa51-516f6e1cc9b1"]

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>