ZoomInfo · JSON Structure

Zoominfo Enrichcompanylocation Structure

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

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

Properties

maxResults totalResults currentPage data

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Enrichcompanylocation",
  "properties": {
    "maxResults": {
      "type": "integer"
    },
    "totalResults": {
      "type": "integer"
    },
    "currentPage": {
      "type": "integer"
    },
    "data": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "phone": {
            "type": "string"
          },
          "fax": {
            "type": "string"
          },
          "street": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "state": {
            "type": "string"
          },
          "zipCode": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "company": {
            "type": "object",
            "properties": {
              "id": {
                "type": "integer"
              },
              "addressStatus": {
                "type": "string"
              },
              "subUnitType": {
                "type": "string"
              },
              "locationName": {
                "type": "string"
              },
              "locationEmployeeCount": {
                "type": "integer"
              }
            },
            "required": [
              "id",
              "addressStatus",
              "subUnitType",
              "locationName",
              "locationEmployeeCount"
            ]
          }
        },
        "required": [
          "phone",
          "fax",
          "street",
          "city",
          "state",
          "zipCode",
          "country",
          "company"
        ]
      }
    }
  },
  "required": [
    "maxResults",
    "totalResults",
    "currentPage",
    "data"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}