ZoomInfo · JSON Structure

Zoominfo Match Person Input2 Structure

Type: object Properties: 4
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

MatchPersonInput2 is a JSON Structure definition published by ZoomInfo, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

companyName personFirstName personLastName personEmailAddress

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "MatchPersonInput2",
  "properties": {
    "companyName": {
      "type": "string"
    },
    "personFirstName": {
      "type": "string"
    },
    "personLastName": {
      "type": "string"
    },
    "personEmailAddress": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}