appraisal_lead Type

object (Appraisal lead)

appraisal_lead Properties

Property Type Required Nullable Defined by
created_at string Optional cannot be null JsonLead
ids array Optional cannot be null JsonLead
assigned_to string Optional cannot be null JsonLead
status string 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
appraisal_value number 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

ids

A list of unique identifiers 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.

ids

ids Type

string[]

assigned_to

The username assigned to the appraisal

assigned_to

assigned_to Type

string

status

The appraisal state

status

status Type

string

vehicles

vehicles

vehicles Type

an array of merged types (Details)

origin

The appraisal origin

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 vehicles

appraisal_value

appraisal_value Type

number

tasks

Task objects to associate with the appraisal

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 appraisal

appointments

appointments Type

object[] (Appointment)

comments

Comment objects to associate with the appraisal

comments

comments Type

object[] (Comment)

An array of URLs with information related to the appraisal

related_urls

string[]

custom

Custom fields for the appraisal

custom

custom Type

object (Details)