POST api/v1/duplicates/markasnotduplicate
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "4f4779b7-0c36-460b-bcf8-986e7cb0b8b9", "fc2cbbe7-a261-4a76-90ff-af63217e7e2a" ]
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>4f4779b7-0c36-460b-bcf8-986e7cb0b8b9</guid> <guid>fc2cbbe7-a261-4a76-90ff-af63217e7e2a</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.