ZoomInfo · Schema

OrgChartEnrichRequest

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyId string
department string
View JSON Schema on GitHub

JSON Schema

zoominfo-org-chart-enrich-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string",
      "example": "500123"
    },
    "department": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "companyId",
    "department"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrgChartEnrichRequest"
}