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": "ac64930b-7238-44d6-958c-2d36337d476f",
"DestinationPersonID": "77771024-f421-4dfa-8898-1f0bb8996785"
}
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"
}