ContactMatchResultDto
The existing contacts that might be one person from a match request.
Properties
| Name | Type | Description |
|---|---|---|
| reference | string | The reference the caller sent this person under. |
The reference the caller sent this person under. | ||
| matches | array of ContactMatchDto | Contacts that could be this person, most likely first. Empty when the practice does not |
Contacts that could be this person, most likely first. Empty when the practice does not | ||
JSON Example
{
"reference": "string",
"matches": [
{
"confidence": "...",
"contact": "..."
}
]
}