Place Document

A place document represents an addressable touchpoint such as a physical address, phone, or email. A place document also contains information about a touchpoint that is independent of any particular person that might be associated with that touchpoint such as the Place ID.

Calls to the Match Endpoints, Lookup Endpoints, and Doc ID Endpoints can return place documents by setting the document_class parameter to places.

Example

Place document—JSON format

{
  "place": {
    "id": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e",
    "householdId": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e",
    "abilitec": {
      "addressLink": "003YUS03LS512YQ1"
    }
   }
}


{
  "place": {
    "id": "5a5a5a5a00f3c1e266b1ed36185b4da43f0c98862e"
       }
  }
}


{
  "place": {
    "id": "d2220fbda062655c9821fd3efb3bcf60"
    }
  }
}