POST api/PO/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0e9842b3-365e-4bbf-8b16-9b2328af4b21", "e3e45a36-8c3f-45dd-a865-a08460e0190a" ]
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>0e9842b3-365e-4bbf-8b16-9b2328af4b21</guid> <guid>e3e45a36-8c3f-45dd-a865-a08460e0190a</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["0e9842b3-365e-4bbf-8b16-9b2328af4b21","e3e45a36-8c3f-45dd-a865-a08460e0190a"]
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>