POST api/Inventory/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b1783311-60d4-4627-9584-7a29a10e524a",
  "ded708c6-f3c3-4460-a5e0-4ee90b1cbc25"
]

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>b1783311-60d4-4627-9584-7a29a10e524a</guid>
  <guid>ded708c6-f3c3-4460-a5e0-4ee90b1cbc25</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b1783311-60d4-4627-9584-7a29a10e524a","ded708c6-f3c3-4460-a5e0-4ee90b1cbc25"]

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>