ZoomInfo · JSON Structure

Zoominfo Scoop Enrich Request Structure

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

ScoopEnrichRequest 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

companyName publishedStartDate publishedEndDate scoopType department sortBy sortOrder

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ScoopEnrichRequest",
  "properties": {
    "companyName": {
      "type": "string"
    },
    "publishedStartDate": {
      "type": "string"
    },
    "publishedEndDate": {
      "type": "string"
    },
    "scoopType": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "sortBy": {
      "type": "string"
    },
    "sortOrder": {
      "type": "string"
    }
  },
  "required": [
    "companyName",
    "publishedStartDate",
    "publishedEndDate",
    "scoopType",
    "department",
    "sortBy",
    "sortOrder"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}