POST api/PO/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2b0316db-8ee0-4e10-825d-f28a21d94f68",
  "6ae8995c-ad69-4829-a547-0dba1985622f"
]

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>2b0316db-8ee0-4e10-825d-f28a21d94f68</guid>
  <guid>6ae8995c-ad69-4829-a547-0dba1985622f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["2b0316db-8ee0-4e10-825d-f28a21d94f68","6ae8995c-ad69-4829-a547-0dba1985622f"]

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>