The commercial object

Required properties

ParameterTypeDescription
street1StringThe number and street of the entity.
stateStringThe US state where the entity is located. The value should be abbreviated.
Example: TX
postal_codeStringThe 5-digit postal code of the entity.
Example: 76063
cityStringThe city where the entity is located.
business_nameStringThe name of the entity.
contact_nameStringThe full name of the best contact for the entity.
contact_phoneStringThe phone number for the best contact. Should be a valid US phone number. It is preferred if the phone number doesn't have any spaces, parentheses, and dashes.
Example: 7195025680

Optional properties

ParameterTypeDescription
dba_nameStringThe DBA name for the entity (if different from the legal name).
contact_titleStringThe title of the best contact for the entity.
Example: CEO
contact_emailStringThe email address for the best contact for the entity.
ein_tinStringThe EIN or TIN of the entity.
Example: 12-3456789
sic_codeNumberThe 4-digit SIC code for the entity.
Example: 1521
website_addressStringThe website address for the entity.
Example: www.sample.com
operations_descriptionStringA description of the business operations of the entity.
Example: Home construction and remodeling
entity_typeStringThe type of business entity. The accepted values are Corporation, DBA, Partnership, LLC, and Sole-Prop.
year_establishedNumberThe year in which the entity was established.
Example: 2008
locations_countNumberThe number of locations the entity has. Any whole number (non-negative, no decimal) is accepted.
Example: 3
part_time_employees_countNumberThe number of part-time employees the entity has. Any whole number (non-negative, no decimal) is accepted.
Example: 15
full_time_employees_countNumberThe number of full-time employees the entity has. Any whole number (non-negative, no decimal) is accepted.
Example: 10
estimated_annual_payrollNumberThe estimated annual payroll of the entity. Any whole number (non-negative, no decimal) is accepted.
Example: 150000
annual_revenueNumberThe annual revenue of the entity. Any whole number (non-negative, no decimal) is accepted.
Example: 3500000
building_typeStringThe type of building the entity operates in.
Example: Block metal
building_ownershipStringThe ownership status of building the entity operates in. Accepted values are owned or rented
building_square_feetNumberThe square feet of the building the entity operates in. Any whole number (non-negative, no decimal) is accepted.
Example: 4250
building_contents_valueNumberThe total value of the contents of the building the entity operates in. Any whole number (non-negative, no decimal) is accepted.
Example: 1000000
building_tenant_improvementsNumberThe total value of tenant improvements to the building the entity operates in. Any whole number (non-negative, no decimal) is accepted.
Example: 75000
building_cost_signNumberThe total cost of the sign for the building the entity operates in. Any whole number (non-negative, no decimal) is accepted.
Example: 1250
additional_notesStringAny additional notes about the commercial entity.

Example

{
"business_name": "Cornerstone Construction",
"dba_name": "",
"street1": "123 Main St"
"city": "Columbus",
"state": "OH",
"postal_code": "43215",
"contact_name": "Sam Smith",
"contact_title": "Partner",
"contact_phone": "5551234567",
"contact_email": "june@gmail.com",
"ein_tin": "12-3456789",
"sic_code": 1521,
"website_address": "www.cornerstone.xyz",
"operations_description": "We do home construction and remodeling",
"entity_type": "Partnership",
"year_established": "2020",
"locations_count": 1,
"part_time_employees_count": 2,
"full_time_employees_count": 3,
"estimated_annual_payroll": 125000,
"annual_revenue": 250000,
"building_type": "Block metal",
"building_ownership": "owned",
"building_square_feet": 4280,
"building_contents_value": 500000,
"building_tenant_improvements": 75000,
"building_cost_sign": 850,
"additional_notes": "Has additional insureds...",
}
*The details in the example above are fictional. Any resemblance to an actual property is purely coincidental.