POST api/v1/duplicates/markasnotduplicate

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "9492567a-5e48-443c-8c86-50ee3eeea8b7",
  "2374dd3e-db82-49f9-a200-876b6ec35f54"
]

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>9492567a-5e48-443c-8c86-50ee3eeea8b7</guid>
  <guid>2374dd3e-db82-49f9-a200-876b6ec35f54</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.