POST api/Inventory/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "48d32792-6235-43c1-9dba-9b466c59c1ab",
  "3cb9116e-4ca1-44a0-8d18-bfdc5ae8fb65"
]

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>48d32792-6235-43c1-9dba-9b466c59c1ab</guid>
  <guid>3cb9116e-4ca1-44a0-8d18-bfdc5ae8fb65</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["48d32792-6235-43c1-9dba-9b466c59c1ab","3cb9116e-4ca1-44a0-8d18-bfdc5ae8fb65"]

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>