POST api/v1/duplicates/join
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "bfec5879-bcc4-48c3-86e9-d95b575de5b2", "235c0871-9deb-43dc-bee4-903d78ce2d67" ]
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>bfec5879-bcc4-48c3-86e9-d95b575de5b2</guid> <guid>235c0871-9deb-43dc-bee4-903d78ce2d67</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.