Skip to main content

Business

Details about a business.

type Business {
address: String @deprecated
businessAddress: Address
city: String @deprecated
duns: String
equifaxID: String
experianBIN: String
explicitBIN: Boolean @deprecated
explicitDuns: Boolean @deprecated
extendedZip: String @deprecated
name: String
phone: String
state: String @deprecated
street: [String] @deprecated
zip: String @deprecated
}

Fields

Business.address ● String deprecated scalar

DEPRECATED

See the businessAddress field instead.

The street address. May contain newlines.

Business.businessAddress ● Address object

The address, city, state, zip of the business

Business.city ● String deprecated scalar

DEPRECATED

See the businessAddress field instead.

The city in which the address is located Example: Washington

Business.duns ● String scalar

The business's 9 digit Dun and Bradstreet number Example: 072959232

Business.equifaxID ● String scalar

The business's 9 digit alphanumeric Equifax identifier Example: 700325241

Business.experianBIN ● String scalar

The business's 9 digit alphanumeric Experian identifier Example: 700325241

Business.explicitBIN ● Boolean deprecated scalar

DEPRECATED

No longer valid for businesses not linked to accounts. Always false.

True if experianBIN was set manually. False if set by Nav's auto match process.

Business.explicitDuns ● Boolean deprecated scalar

DEPRECATED

No longer valid for businesses not linked to accounts. Always false.

True if duns was set manually. False if set by Nav's auto match process.

Business.extendedZip ● String deprecated scalar

DEPRECATED

See the businessAddress field instead.

The remainder of the zip code when the zip code is longer than five digits

Business.name ● String scalar

The name of the business

Business.phone ● String scalar

A phone number in E.164 format. For US numbers this is the 10 digit number prefixed with +1. Example: +18552268388

Business.state ● String deprecated scalar

DEPRECATED

See the businessAddress field instead.

The two-letter code for the state in which the address city is located Example: DC

Business.street ● [String] deprecated list scalar

DEPRECATED

See the businessAddress field instead.

The business street address, represented as an array of strings, with one string per line. Example: ['The White House', '1600 Pennsylvania Av.']

Business.zip ● String deprecated scalar

DEPRECATED

See the businessAddress field instead.

The 5 digit zip code where the address is located

Member Of

CreditGrade object ● NoScore object ● Score object