ZoomInfo · JSON Structure

Zoominfo Enrichmultiplecompanies Structure

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

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

Properties

success data

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Enrichmultiplecompanies",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "data": {
      "type": "object",
      "properties": {
        "outputFields": {
          "type": "array",
          "description": "",
          "items": {
            "type": "string"
          }
        },
        "result": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "statusCode": {
                "type": "integer"
              },
              "input": {
                "type": "object",
                "properties": {
                  "zi_c_location_id": {
                    "type": "integer"
                  },
                  "address": {
                    "type": "object",
                    "properties": {
                      "zi_c_country": {
                        "type": "object"
                      },
                      "zi_c_state": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "zi_c_country",
                      "zi_c_state"
                    ]
                  },
                  "zi_c_url": {
                    "type": "string"
                  },
                  "phone": {
                    "type": "object",
                    "properties": {
                      "zi_c_country": {
                        "type": "object"
                      },
                      "zi_c_phone": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "zi_c_country",
                      "zi_c_phone"
                    ]
                  }
                }
              },
              "data": {
                "type": "object",
                "properties": {
                  "zi_c_location_id": {
                    "type": "integer"
                  },
                  "zi_es_ecid": {
                    "type": "integer"
                  },
                  "zi_es_location_id": {
                    "type": "string"
                  },
                  "zi_c_is_hq": {
                    "type": "string"
                  },
                  "zi_c_company_name": {
                    "type": "string"
                  },
                  "zi_c_tier_grade": {
                    "type": "string"
                  },
                  "zi_c_name": {
                    "type": "string"
                  },
                  "zi_c_name_display": {
                    "type": "string"
                  },
                  "zi_c_url": {
                    "type": "string"
                  },
                  "zi_c_street": {
                    "type": "string"
                  },
                  "zi_c_city": {
                    "type": "string"
                  },
                  "zi_c_state": {
                    "type": "string"
                  },
                  "zi_c_zip": {
                    "type": "string"
                  },
                  "zi_c_country": {
                    "type": "string"
                  },
                  "zi_c_legal_entity_type": {
                    "type": "string"
                  },
                  "zi_c_street_2": {
                    "type": "string"
                  }
                },
                "required": [
                  "zi_c_location_id",
                  "zi_es_ecid",
                  "zi_es_location_id",
                  "zi_c_is_hq",
                  "zi_c_company_name",
                  "zi_c_tier_grade",
                  "zi_c_name",
                  "zi_c_name_display",
                  "zi_c_url",
                  "zi_c_street",
                  "zi_c_city",
                  "zi_c_state",
                  "zi_c_zip",
                  "zi_c_country"
                ]
              }
            },
            "required": [
              "statusCode",
              "input",
              "data"
            ]
          }
        }
      },
      "required": [
        "outputFields",
        "result"
      ]
    }
  },
  "required": [
    "success",
    "data"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}