POST api/Consolidation/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "493fe226-9768-4a78-b2ef-a2cb50545986", "fc6077d8-0723-4e63-8623-fb2e9f165c48" ]
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>493fe226-9768-4a78-b2ef-a2cb50545986</guid> <guid>fc6077d8-0723-4e63-8623-fb2e9f165c48</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["493fe226-9768-4a78-b2ef-a2cb50545986","fc6077d8-0723-4e63-8623-fb2e9f165c48"]
Response Information
Resource Description
booleanResponse 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>