companies

Create a company

post/v1/partner/companies

Headers

Authorizationstring required

Bearer authentication

Request body

legal_namestring required

Legal name of the company

einstring

Employer Identification Number

external_idstring

External identifier

dba_namestring

Doing business as name

contact_emailstring email
contact_namestring
contact_phone_numberstring
entity_typestring
formation_statestring
formation_datestring date

Response

company created

objectstring required
idstring uuid required
legal_namestring required

Legal name of the company

dba_namestring nullable

Doing business as name

external_idstring nullable

External identifier for the company

account_idstring uuid required

Account ID the company belongs to

Changes

Changed in 1 of the 8 revisions of this API.431

  • d142de33085b431See the full diff
    • removed the required property account_id from the response with the 409 status

      response-required-property-removed

    • removed the required property id from the response with the 409 status

      response-required-property-removed

    • removed the required property legal_name from the response with the 409 status

      response-required-property-removed

    • removed the required property object from the response with the 409 status

      response-required-property-removed

    • removed the optional property dba_name from the response with the 409 status

      response-optional-property-removed

    • removed the optional property external_id from the response with the 409 status

      response-optional-property-removed

    • removed the optional property parent_account from the response with the 409 status

      response-optional-property-removed

    • added the required property errors to the response with the 409 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog