customer Type

object (Customer)

customer Properties

Property Type Required Nullable Defined by
ids array Optional cannot be null JsonLead
created_at string Optional cannot be null JsonLead
business_details object Optional cannot be null JsonLead
contacts array Optional cannot be null JsonLead
address object Optional cannot be null JsonLead
owned_vehicles array Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

ids

A list of unique identifiers from your -and/or third party- databases or systems. This ID can be used by lead managers to corss-reference and update customer information

ids

ids Type

string[]

created_at

The creation date of the customer. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

created_at

created_at Type

string

created_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

business_details

For business accounts, information related to the company

business_details

business_details Type

object (Details)

contacts

contacts

contacts Type

object[] (Details)

address

Addess of the customer

address

address Type

object (Details)

owned_vehicles

owned vehicles of the customer

owned_vehicles

owned_vehicles Type

an array of merged types (Details)

custom

Custom fields for the customer

custom

custom Type

object (Details)