sales_lead Type

object (Sales lead)

sales_lead Properties

Property Type Required Nullable Defined by
foreign_id string Optional cannot be null JsonLead
assigned_to string Optional cannot be null JsonLead
status string Optional cannot be null JsonLead
car object 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
task object Optional cannot be null JsonLead
offer object Optional cannot be null JsonLead
appointment object Optional cannot be null JsonLead
comment string Optional cannot be null JsonLead
related_urls array 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 sales lead on the destination database with the external system.

foreign_id

foreign_id Type

string

assigned_to

The user assigned to the sale

assigned_to

assigned_to Type

string

status

The sales lead status

status

status Type

string

car

The car associated with this sale

car

car Type

object (Car)

origin

The car associated with this 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

task

A task object to associate with the sale

task

task Type

object (Task)

offer

An offer object to associate with the sale

offer

offer Type

object (Offer)

appointment

An appointment object to associate with the sale

appointment

appointment Type

object (Appointment)

comment

The comment contents

comment

comment Type

string

An array of URLs with information related to the sale

related_urls

string[]

custom

Custom fields for the sale

custom

custom Type

object (Details)