sales_lead Type

object (Sales lead)

sales_lead Properties

Property Type Required Nullable Defined by
created_at string Optional cannot be null JsonLead
finance object Optional cannot be null JsonLead
ids array Optional cannot be null JsonLead
assigned_to string Optional cannot be null JsonLead
status object Optional cannot be null JsonLead
vehicles array Optional cannot be null JsonLead
origin object Optional cannot be null JsonLead
type string Optional cannot be null JsonLead
dealer_location string Optional cannot be null JsonLead
inquiry string Optional cannot be null JsonLead
tasks array Optional cannot be null JsonLead
offers array Optional cannot be null JsonLead
appointments array Optional cannot be null JsonLead
comments array Optional cannot be null JsonLead
related_urls array Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

created_at

The creation date of the lead. 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

finance

Information about the finance operation

finance

finance Type

object (Details)

ids

A list of unique identifiers that originates from an external database or system. It is meant to cross-reference the sales lead on the destination database with the external system.

ids

ids Type

string[]

assigned_to

The user assigned to the sale

assigned_to

assigned_to Type

string

status

The aftersales lead statuses

status

status Type

object (Details)

vehicles

The vehicles associated with this sale

vehicles

vehicles Type

an array of merged types (Details)

origin

The origin of the sale

origin

origin Type

object (Origin)

type

The type of the lead

type

type Type

string

dealer_location

The location of the sale

dealer_location

dealer_location Type

string

inquiry

The sale inquiry

inquiry

inquiry Type

string

tasks

Task objects to associate with the sale

tasks

tasks Type

object[] (Task)

offers

Offer objects to associate with the sale

offers

offers Type

object[] (Offer)

appointments

Appointment objects to associate with the sale

appointments

appointments Type

object[] (Appointment)

comments

Comment objects to associate with the sale

comments

comments Type

object[] (Comment)

An array of URLs with information related to the sale

related_urls

string[]

custom

Custom fields for the sale

custom

custom Type

object (Details)