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": "da03a8d7-e3c8-452b-a594-ee709155c924",
  "DestinationPersonID": "88e315e0-2125-4584-a373-e1f616224598"
}

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