appraisal_lead Type

object (Appraisal lead)

appraisal_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
appraisal_value number 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 appraisal lead on the destination database with the external system.

foreign_id

foreign_id Type

string

assigned_to

The username assigned to the appraisal

assigned_to

assigned_to Type

string

status

The appraisal state

status

status Type

string

car

The car associated with this appraisal

car

car Type

object (Car)

origin

The car associated with this appraisal

origin

origin Type

object (Origin)

type

The type of the lead

type

type Type

string

dealer_location

The location of the appraisal

dealer_location

dealer_location Type

string

appraisal_value

The appraised value for the car

appraisal_value

appraisal_value Type

number

task

A task object to associate with the appraisal

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 appraisal

appointment

appointment Type

object (Appointment)

comment

The comment contents

comment

comment Type

string

An array of URLs with information related to the appraisal

related_urls

string[]

custom

Custom fields for the appraisal

custom

custom Type

object (Details)