POST api/v1/duplicates/join

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8200e453-da25-4bbb-86d0-bc1b9175be73",
  "f289ba93-6089-41e4-8b7f-be583e57fddc"
]

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>8200e453-da25-4bbb-86d0-bc1b9175be73</guid>
  <guid>f289ba93-6089-41e4-8b7f-be583e57fddc</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.