Entity Document

Entity Document

An entity document provides pointers to documents that are linked together in a particular way (i.e., a person at a postal address or a person at a phone number).

Sample entity document. Shown in JSON format.

{
  "entity": {
    "id": "3030303000cf2035030f5c51a496422bb2597e170e",
    "personIds": [
      "3030303000d6f74878f01c7936f67c5b741670393a"
    ],
    "placeId": "3030303000d3b05984488cf3b625c013595911655a",
    "abilitec": {
      "consumerLink": "0000US0209B0QRPZ",
      "addressLink": "0000US0309B0QR7T"
    },
    "inputMetadata": {
      "parsedInputName": [
        {
          "firstName": "JOSE",
          "lastName": "MARTINEZ"
        }
      ]
    },
    "matchMetadata": {
      "matchComponents": [
        "name",
        "streetAddress",
        "zipCode"
      ]
    }
  }
}

NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.