POST api/v1/duplicates/join

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "db7c5d34-5deb-4b12-a2b3-4c31d619d79e",
  "ead98db5-c1bc-41cd-81ad-4bf6a6559677"
]

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>db7c5d34-5deb-4b12-a2b3-4c31d619d79e</guid>
  <guid>ead98db5-c1bc-41cd-81ad-4bf6a6559677</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.