PUT api/person/mergerequest
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mergeRequest | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SourcePersonID": "b44a1d9d-ce89-4843-a35d-f8e5fe95632d",
"DestinationPersonID": "f9e9e3a9-1dca-4120-bb91-58402ddb5226"
}
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"
}