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": "30d2a905-f74c-412d-b417-81a112f384c9",
"DestinationPersonID": "04871576-8e3f-43ac-8655-92ac53cafb24"
}
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"
}