client Type

object (Client)

client Properties

Property Type Required Nullable Defined by
foreign_id string Optional cannot be null JsonLead
first_name string Optional cannot be null JsonLead
last_name string Optional cannot be null JsonLead
gdpr_consents object Optional cannot be null JsonLead
province string Optional cannot be null JsonLead
postal_code string Optional cannot be null JsonLead
phone Merged Optional cannot be null JsonLead
email Merged Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

foreign_id

A unique identifier that originates from an external database or system. It is meant to cross-reference the client on the destination database with the external system.

foreign_id

foreign_id Type

string

first_name

The first name of the client

first_name

first_name Type

string

last_name

The last name of the client

last_name

last_name Type

string

gdpr_consents

gdpr_consents

gdpr_consents Type

object (GDPR Consents)

province

The province of the client

province

province Type

string

postal_code

The postal code of the client

postal_code

postal_code Type

string

phone

phone

phone Type

merged type (Details)

one (and only one) of

email

email

email Type

merged type (Details)

one (and only one) of

custom

Custom fields for the client

custom

custom Type

object (Details)