POST api/Inventory/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7a9fd236-f1db-46ce-93ad-64c7fd95d77f", "b08b4214-87c7-4e28-b027-b08810f3f16d" ]
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>7a9fd236-f1db-46ce-93ad-64c7fd95d77f</guid> <guid>b08b4214-87c7-4e28-b027-b08810f3f16d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["7a9fd236-f1db-46ce-93ad-64c7fd95d77f","b08b4214-87c7-4e28-b027-b08810f3f16d"]
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>