ContactMatchDto
One existing contact that might be the same person, and how sure we are.
Properties
| Name | Type | Description |
|---|---|---|
| confidence | enum | Possible Strong Certain |
Possible Strong Certain | ||
| contact | ContactDto | |
JSON Example
{
"confidence": "Possible",
"contact": {
"code": "string",
"title": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string"
}
}