POST api/PO/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7c03eb82-e7f2-4385-a573-781bf8684c97", "8e5c0964-73b9-4193-971c-47aebf11c081" ]
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>7c03eb82-e7f2-4385-a573-781bf8684c97</guid> <guid>8e5c0964-73b9-4193-971c-47aebf11c081</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["7c03eb82-e7f2-4385-a573-781bf8684c97","8e5c0964-73b9-4193-971c-47aebf11c081"]
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>