ZoomInfo · Schema
Enrichcompanybylocation
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | |
| data | object |
JSON Schema
{
"type": "object",
"properties": {
"success": {
"type": "boolean",
"example": true
},
"data": {
"type": "object",
"properties": {
"outputFields": {
"type": "array",
"example": [],
"items": {
"type": "array",
"items": {
"type": "string"
}
}
},
"result": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"input": {
"type": "object",
"properties": {
"companycity": {
"type": "string",
"example": "San Francisco"
},
"companyname": {
"type": "string",
"example": "Acme Corporation"
},
"companystate": {
"type": "string",
"example": "CA"
},
"companystreet": {
"type": "string",
"example": "example_value"
},
"companywebsite": {
"type": "string",
"example": "example_value"
}
},
"required": [
"companycity",
"companyname",
"companystate",
"companystreet",
"companywebsite"
]
},
"data": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"id": {
"type": "object"
},
"name": {
"type": "object"
},
"locationMatch": {
"type": "object"
},
"website": {
"type": "object"
},
"state": {
"type": "object"
},
"city": {
"type": "object"
}
},
"required": [
"id",
"name",
"locationMatch",
"website",
"state",
"city"
]
}
}
},
"required": [
"input",
"data"
]
}
}
},
"required": [
"outputFields",
"result"
]
}
},
"required": [
"success",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Enrichcompanybylocation"
}