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": "5f527c65-d28f-4009-97d5-0f1280b21252",
"DestinationPersonID": "8cd7baf9-625f-4291-b7b8-9ba7a01b7255"
}
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"
}