Create a company

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Request

This endpoint expects an object.
legal_namestringRequired
Legal name of the company
einstringOptional
Employer Identification Number
external_idstringOptional
External identifier
dba_namestringOptional
Doing business as name
contact_emailstringOptionalformat: "email"
contact_namestringOptional
contact_phone_numberstringOptional
entity_typestringOptional
formation_statestringOptional
formation_datedateOptional
addresseslist of objectsOptional

Response

company created
objectstring
idstringformat: "uuid"
legal_namestring
Legal name of the company
account_idstringformat: "uuid"
Account ID the company belongs to
dba_namestring or null
Doing business as name
external_idstring or null
External identifier for the company
parent_accountobject or null

Errors