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": "f0e9f68b-e4c2-4581-b16c-0b964365e900",
  "DestinationPersonID": "eeff70c8-d905-48a3-a03e-beb7000750a2"
}

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"
}