ZoomInfo · JSON Structure

Zoominfo Bulk Job Status Structure

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

BulkJobStatus 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

status jobType entityType totalRecords totalPages successfulPagesCount successfulPages

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "BulkJobStatus",
  "properties": {
    "status": {
      "type": "string"
    },
    "jobType": {
      "type": "string"
    },
    "entityType": {
      "type": "string"
    },
    "totalRecords": {
      "type": "integer"
    },
    "totalPages": {
      "type": "integer"
    },
    "successfulPagesCount": {
      "type": "integer"
    },
    "successfulPages": {
      "type": "array",
      "description": "",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": [
    "status",
    "jobType",
    "entityType",
    "totalRecords",
    "totalPages",
    "successfulPagesCount",
    "successfulPages"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}