POST api/PO/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7c1ba974-6fc1-468f-8b47-8bb33adf81fc",
  "8127bb11-f3fd-4a3a-953e-df654732c5f3"
]

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>7c1ba974-6fc1-468f-8b47-8bb33adf81fc</guid>
  <guid>8127bb11-f3fd-4a3a-953e-df654732c5f3</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["7c1ba974-6fc1-468f-8b47-8bb33adf81fc","8127bb11-f3fd-4a3a-953e-df654732c5f3"]

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>