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": "21fae7b7-ac1e-4840-82a0-34d4cf87f413",
  "DestinationPersonID": "8bfd0252-0a57-46a2-9233-31534d9fbef4"
}

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