POST api/v1/duplicates/markasnotduplicate
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e045e666-3546-4354-b6cd-499900781378", "2e10b52b-5a9b-4851-a07d-0aec9eed27e9" ]
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>e045e666-3546-4354-b6cd-499900781378</guid> <guid>2e10b52b-5a9b-4851-a07d-0aec9eed27e9</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.