ZoomInfo · Example Payload

Zoominfo Data21 Example

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Zoominfo Data21 Example is an example object payload from ZoomInfo, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

zi_c_location_idzi_es_ecidzi_es_location_idzi_c_is_hqzi_c_tier_gradezi_c_namezi_c_name_displayzi_c_legal_entity_typezi_c_urlzi_c_streetzi_c_street_2zi_c_cityzi_c_statezi_c_zipzi_c_countryzi_match_reason

Example Payload

Raw ↑
{
  "zi_c_location_id": 500123,
  "zi_es_ecid": 500123,
  "zi_es_location_id": "500123",
  "zi_c_is_hq": "example_value",
  "zi_c_tier_grade": "example_value",
  "zi_c_name": "Acme Corporation",
  "zi_c_name_display": "Acme Corporation",
  "zi_c_legal_entity_type": "standard",
  "zi_c_url": "https://www.example.com/resource",
  "zi_c_street": "example_value",
  "zi_c_street_2": "example_value",
  "zi_c_city": "San Francisco",
  "zi_c_state": "CA",
  "zi_c_zip": "94105",
  "zi_c_country": "US",
  "zi_match_reason": {
    "zi_match_name": "Acme Corporation",
    "zi_match_reason_building_name": "Acme Corporation",
    "zi_match_reason_building_number": "example_value",
    "zi_match_reason_business_type": "standard",
    "zi_match_reason_city": "San Francisco",
    "zi_match_reason_company_phone": "+1-555-555-1234",
    "zi_match_reason_country": "US",
    "zi_match_reason_directional": "example_value",
    "zi_match_reason_name": "Acme Corporation",
    "zi_match_reason_road_name": "Acme Corporation",
    "zi_match_reason_road_type": "standard",
    "zi_match_reason_state": "CA",
    "zi_match_reason_unit": "example_value",
    "zi_match_reason_website": "example_value",
    "zi_match_reason_zip": "94105",
    "zi_match_score": "example_value"
  }
}