Skip to main content
InputObject

Input Fields

dbaName
address
Business address information
phoneNumber
businessStructureType
website
taxId
Tax Identification Number with type and value
northAmericanIndustryClassificationSystemCode
NAICS code for business classification
{
  "legalName": Max100Text,
  "dbaName": Max100Text,
  "address": AddressInput,
  "phoneNumber": "xyz789",
  "businessStructureType": "CORPORATION_PUBLIC",
  "website": "<a href="http://www.test.com/">http://www.test.com/"</a>",
  "taxId": TaxIdentificationNumberInput,
  "northAmericanIndustryClassificationSystemCode": "SOYBEAN_FARMING"
}