ZoomInfo · JSON Structure

Zoominfo Matchby Zoom Infocompany Id1 Structure

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

MatchbyZoomInfocompanyID1 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": "MatchbyZoomInfocompanyID1",
  "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_id": {
                    "type": "integer"
                  }
                },
                "required": [
                  "zi_c_id"
                ]
              },
              "data": {
                "type": "object",
                "properties": {
                  "errorMessage": {
                    "type": "string"
                  }
                },
                "required": [
                  "errorMessage"
                ]
              }
            },
            "required": [
              "statusCode",
              "input",
              "data"
            ]
          }
        }
      },
      "required": [
        "outputFields",
        "result"
      ]
    }
  },
  "required": [
    "success",
    "data"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}