object
(Appraisal lead)
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 |
A unique identifier for the appraisal
foreign_id
string
string
The username assigned to the appraisal
assigned_to
string
string
The appraisal state
status
string
string
The car associated with this appraisal
car
object
(Car)
The car associated with this appraisal
origin
object
(Origin)
The type of the lead
type
string
string
The location of the appraisal
dealer_location
string
string
The appraised value for the car
appraisal_value
number
number
A task object to associate with the appraisal
task
object
(Task)
An offer object to associate with the sale
offer
object
(Offer)
An appointment object to associate with the appraisal
appointment
object
(Appointment)object
(Appointment)
The comment contents
comment
string
string
An array of URLs with information related to the appraisal
related_urls
string[]
string[]
Custom fields for the appraisal
custom
object
(Details)