SecondaryBusiness
A business for which the customer will receive credit reports and alerts, but not recommendations.
type SecondaryBusiness {
accountID: ID
address: String @deprecated
businessAddress: Address
city: String @deprecated
createdAt: DateTime
duns: String
equifaxID: String
experianBIN: String
explicitBIN: Boolean
explicitDuns: Boolean
explicitEquifaxID: Boolean
extendedZip: String @deprecated
id: ID
name: String
phone: String
state: String @deprecated
street: [String] @deprecated
updatedAt: DateTime
zip: String @deprecated
}
Fields
SecondaryBusiness.accountID
● ID
scalar
The ID of the account to which this business is attached.
SecondaryBusiness.address
● String
deprecated scalar
See the businessAddress field instead.
The street address. May contain newlines.
SecondaryBusiness.businessAddress
● Address
object
The address, city, state, zip of the business
SecondaryBusiness.city
● String
deprecated scalar
See the businessAddress field instead.
The city in which the address is located Example: Washington
SecondaryBusiness.createdAt
● DateTime
scalar
When this record was created, in RFC3339 format Example: 2018-02-02T21:38:25.399715+00:00.
SecondaryBusiness.duns
● String
scalar
The business's 9 digit Dun and Bradstreet number Example: 072959232
SecondaryBusiness.equifaxID
● String
scalar
The business's 9 digit alphanumeric Equifax identifier Example: 700325241
SecondaryBusiness.experianBIN
● String
scalar
The business's 9 digit alphanumeric Experian identifier Example: 700325241
SecondaryBusiness.explicitBIN
● Boolean
scalar
True if experianBIN was set manually. False if set by Nav's auto match process.
SecondaryBusiness.explicitDuns
● Boolean
scalar
True if duns was set manually. False if set by Nav's auto match process.
SecondaryBusiness.explicitEquifaxID
● Boolean
scalar
True if equifax ID was set manually. False if set by Nav's auto match process.
SecondaryBusiness.extendedZip
● String
deprecated scalar
See the businessAddress field instead.
The remainder of the zip code when the zip code is longer than five digits
SecondaryBusiness.id
● ID
scalar
ID of this secondary business record.
SecondaryBusiness.name
● String
scalar
The name of the business
SecondaryBusiness.phone
● String
scalar
A phone number in E.164 format. For US numbers this is the 10 digit number prefixed with +1. Example: +18552268388
SecondaryBusiness.state
● String
deprecated scalar
See the businessAddress field instead.
The two-letter code for the state in which the address city is located Example: DC
SecondaryBusiness.street
● [String]
deprecated list scalar
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.']
SecondaryBusiness.updatedAt
● DateTime
scalar
When this record was last updated, in RFC3339 format Example: 2018-02-02T21:38:25.399715+00:00.
SecondaryBusiness.zip
● String
deprecated scalar
See the businessAddress field instead.
The 5 digit zip code where the address is located
Returned By
addSecondaryBusiness
mutation
Member Of
Account
object