PUT api/person/mergerequest

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
mergeRequest
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SourcePersonID": "2c6fbfab-5628-43f1-aaf9-448f7f637760",
  "DestinationPersonID": "0bd9b42b-2a25-4c64-b868-7f37d86d871d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Error": true,
  "Message": "sample string 2"
}