POST api/v1/duplicates/markasnotduplicate
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "5751569b-6622-4b74-935e-83a4570ccd02", "9f02d0bf-c08a-42f6-bd8c-45e8077c5ce0" ]
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>5751569b-6622-4b74-935e-83a4570ccd02</guid> <guid>9f02d0bf-c08a-42f6-bd8c-45e8077c5ce0</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.