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