ZoomInfo · JSON Structure

Zoominfo Contact Search Request Structure

Type: object Properties: 7 Required: 7
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

ContactSearchRequest is a JSON Structure definition published by ZoomInfo, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

managementLevel companyType zipCode locationSearchType zipCodeRadiusMiles techAttributeTagList requiredFields

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ContactSearchRequest",
  "properties": {
    "managementLevel": {
      "type": "string"
    },
    "companyType": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    },
    "locationSearchType": {
      "type": "string"
    },
    "zipCodeRadiusMiles": {
      "type": "string"
    },
    "techAttributeTagList": {
      "type": "string"
    },
    "requiredFields": {
      "type": "string"
    }
  },
  "required": [
    "managementLevel",
    "companyType",
    "zipCode",
    "locationSearchType",
    "zipCodeRadiusMiles",
    "techAttributeTagList",
    "requiredFields"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}