POST api/Inventory/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "8a732609-4569-417b-93ca-1c4731acd115", "a876c2b0-abfb-4891-80c3-411c5a5f3bd3" ]
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>8a732609-4569-417b-93ca-1c4731acd115</guid> <guid>a876c2b0-abfb-4891-80c3-411c5a5f3bd3</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["8a732609-4569-417b-93ca-1c4731acd115","a876c2b0-abfb-4891-80c3-411c5a5f3bd3"]
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>