POST api/v1/duplicates/join

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "41e7fcdf-9287-4742-b093-d6ef20f0a518",
  "ad17d5d9-b74e-4cc1-bd50-a8c1d06327bd"
]

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>41e7fcdf-9287-4742-b093-d6ef20f0a518</guid>
  <guid>ad17d5d9-b74e-4cc1-bd50-a8c1d06327bd</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.