v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYB > Related Entities V1

Add Related Company

Add a Related Company for the Business Profile

post/verify/add_related_company

Request body

business_profile_idstring required
namestring required
country_codestring nullable
statusstring nullable
descriptionstring nullable
ownership_percentnumber nullable
shares_allocatedinteger nullable
alternate_namestring

Alternate business name. (DBA)

tax_identification_numberstring

Tax ID

websitestring

The business website

formation_datestring

The formation date in YYYY-MM-DD format

state_codestring

State Code of the province/region where business is primarily registered.

business_entity_idstring

Entity ID given by the government to the business.

phone_numbersstring[]

List of phone numbers associated with this business

email_addressesstring[]

List of email addresses associated with this business

additional_fieldsobject

Example request

{
  "addresses": [
    {
      "full_address": "222 Palm Street, Santa Monica, CA - 93251, US",
      "parsed_address": {
        "address_street_1": "222 Palm Street",
        "address_city": "Santa Monica",
        "address_state": "CA",
        "address_zip_code": "93251",
        "address_country": "US",
        "address_type": "home"
      }
    }
  ],
  "alternate_name": "AiPrise Inc",
  "website": "www.aiprise.com",
  "formation_date": "1999-03-21",
  "phone_numbers": [
    "+13334445555"
  ]
}

Response

Successful operation

business_profile_idstring
company_reference_idstring