POST api/v1/duplicates/join

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "44d6fe02-a11f-42e0-889c-02483653b0b2",
  "eee34777-071d-422a-9568-a7afb157b43f"
]

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>44d6fe02-a11f-42e0-889c-02483653b0b2</guid>
  <guid>eee34777-071d-422a-9568-a7afb157b43f</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.