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": "130ae84c-84bc-44f5-b88a-ca877faff6b3",
"DestinationPersonID": "3315c8a8-4a40-408e-839b-3e1e684f7cfd"
}
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"
}