business_details Type

object (Details)

business_details Properties

Property Type Required Nullable Defined by
name string Optional cannot be null JsonLead
tax_id string Optional cannot be null JsonLead
website string Optional cannot be null JsonLead
phones array Optional cannot be null JsonLead
emails array Optional cannot be null JsonLead

name

Company name

name

name Type

string

tax_id

Tax ID number (VAT, EIN)

tax_id

tax_id Type

string

website

Company website

website

website Type

string

website Constraints

URI: the string must be a URI, according to RFC 3986

phones

Company phone numbers (E.164)

phones

phones Type

string[]

emails

Company emails

emails

emails Type

string[]