POST api/Consolidation/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c8c0661b-da96-4248-8cf5-86e8b5186e56", "ecbc4aca-0f7f-4060-ba2f-80bd60e43a30" ]
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>c8c0661b-da96-4248-8cf5-86e8b5186e56</guid> <guid>ecbc4aca-0f7f-4060-ba2f-80bd60e43a30</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["c8c0661b-da96-4248-8cf5-86e8b5186e56","ecbc4aca-0f7f-4060-ba2f-80bd60e43a30"]
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>