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": "7cc6ee3e-0cb5-4c01-8311-1be567a3e26b",
  "DestinationPersonID": "f9406e7c-e4c4-4c7f-b54f-d50b8ca0426b"
}

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