API Docs / Schemas / ContactMatchDto

ContactMatchDto

One existing contact that might be the same person, and how sure we are.

Properties

Name Type Description
confidenceenum

Possible Strong Certain

Possible Strong Certain

contactContactDto

JSON Example

{
  "confidence": "Possible",
  "contact": {
    "code": "string",
    "title": "string",
    "firstName": "string",
    "middleName": "string",
    "lastName": "string"
  }
}

Contained in Schemas