ZoomInfo · JSON Structure

Zoominfo Intent Enrich Request Structure

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

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

Properties

companyName companyWebsite companyId topics signalStartDate signalEndDate signalScoreMin signalScoreMax audienceStrengthMin audienceStrengthMax sortBy sortOrder

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IntentEnrichRequest",
  "properties": {
    "companyName": {
      "type": "string"
    },
    "companyWebsite": {
      "type": "string"
    },
    "companyId": {
      "type": "integer"
    },
    "topics": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "signalStartDate": {
      "type": "string"
    },
    "signalEndDate": {
      "type": "string"
    },
    "signalScoreMin": {
      "type": "integer"
    },
    "signalScoreMax": {
      "type": "integer"
    },
    "audienceStrengthMin": {
      "type": "string"
    },
    "audienceStrengthMax": {
      "type": "string"
    },
    "sortBy": {
      "type": "string"
    },
    "sortOrder": {
      "type": "string"
    }
  },
  "required": [
    "companyName",
    "companyWebsite",
    "companyId",
    "topics",
    "signalStartDate",
    "signalEndDate",
    "signalScoreMin",
    "signalScoreMax",
    "audienceStrengthMin",
    "audienceStrengthMax",
    "sortBy",
    "sortOrder"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}