aftersales_lead Type

object (Aftersales lead)

aftersales_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
status_history object Optional cannot be null JsonLead
type string Optional cannot be null JsonLead
vehicle Merged Optional cannot be null JsonLead
origin object Optional cannot be null JsonLead
dealer_location string 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 aftersales lead on the destination database with the external system.

ids

ids Type

string[]

assigned_to

The user assigned to the aftersale

assigned_to

assigned_to Type

string

status

The aftersales lead current status

status

status Type

string

status_history

The aftersales lead status history

status_history

status_history Type

object (Details)

type

The type of the lead

type

type Type

string

vehicle

The vehicle associated with this aftersale

vehicle

vehicle Type

merged type (Details)

all of

origin

The aftersale origin

origin

origin Type

object (Origin)

dealer_location

The location of the aftersale

dealer_location

dealer_location Type

string

tasks

Task objects to associate with the aftersale

tasks

tasks Type

object[] (Task)

offers

Offer objects to associate with the aftersale

offers

offers Type

object[] (Offer)

appointments

Appointment objects to associate with the aftersale

appointments

appointments Type

object[] (Appointment)

comments

Comment objects to associate with the aftersale

comments

comments Type

object[] (Comment)

An array of URLs with information related to the aftersale

related_urls

string[]

custom

Custom fields for the aftersale

custom

custom Type

object (Details)