Home
ZoomInfo
Zoominfo Enrichcontactsusingrequiredfields Structure
Zoominfo Enrichcontactsusingrequiredfields Structure
Type: object
Properties: 2
Required: 2
B2B B2B Data Company Data Contact Database Contacts Data Lead Generation Marketing Intelligence Sales Intelligence
Enrichcontactsusingrequiredfields 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
{
"type": "object",
"name": "Enrichcontactsusingrequiredfields",
"properties": {
"success": {
"type": "boolean"
},
"data": {
"type": "object",
"properties": {
"outputFields": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "string"
}
}
},
"result": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"input": {
"type": "object",
"properties": {
"personid": {
"type": "integer"
}
},
"required": [
"personid"
]
},
"data": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"id": {
"type": "object"
},
"firstName": {
"type": "object"
},
"middleName": {
"type": "object"
},
"lastName": {
"type": "object"
},
"email": {
"type": "object"
},
"hasCanadianEmail": {
"type": "object"
},
"phone": {
"type": "object"
},
"street": {
"type": "object"
},
"city": {
"type": "object"
},
"region": {
"type": "object"
},
"company": {
"type": "object"
}
},
"required": [
"id",
"firstName",
"middleName",
"lastName",
"email",
"hasCanadianEmail",
"phone",
"street",
"city",
"region",
"company"
]
}
}
},
"required": [
"input",
"data"
]
}
},
"requiredFields": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
}
},
"required": [
"outputFields",
"result",
"requiredFields"
]
}
},
"required": [
"success",
"data"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}