Skip to main content

addSecondaryBusiness

Add a secondary business to a given account.

addSecondaryBusiness(
street: JSON
experianBIN: String
userID: String!
name: String!
zip: String!
phone: String
duns: String
equifaxID: String
city: String!
state: String!
): SecondaryBusiness

Arguments

addSecondaryBusiness.street ● JSON scalar

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

addSecondaryBusiness.experianBIN ● String scalar

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

addSecondaryBusiness.userID ● String! non-null scalar

Partner-provided user ID string. Example: user_nqf478fhia4f

addSecondaryBusiness.name ● String! non-null scalar

The name of the business

addSecondaryBusiness.zip ● String! non-null scalar

The 5 digit zip code where the address is located

addSecondaryBusiness.phone ● String scalar

The 10 digit phone number, beginning with area code Example: 2024561111

addSecondaryBusiness.duns ● String scalar

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

addSecondaryBusiness.equifaxID ● String scalar

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

addSecondaryBusiness.city ● String! non-null scalar

The city in which the address is located Example: Washington

addSecondaryBusiness.state ● String! non-null scalar

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

Type

SecondaryBusiness object

A business for which the customer will receive credit reports and alerts, but not recommendations.