POST api/v1/duplicates/markasnotduplicate

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f4832ec2-7222-45fa-acab-602cf269f448",
  "dc6dbd00-08c7-4817-be61-3cac2cd85dd0"
]

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>f4832ec2-7222-45fa-acab-602cf269f448</guid>
  <guid>dc6dbd00-08c7-4817-be61-3cac2cd85dd0</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.