Appointment

The representation of an agenda appointment is called an Appointment object. Appointments are identified by a unique incremental ID.

AttributeTypeDescription

id

integer

ID of the sale

sale_id

integer

Sale unique identifier

sale_product_id

integer

Sale product unique identifier

client_id

integer

Client unique identifier

vehicle_id

integer

Vehicle unique identifier

bay_id

integer

Bay unique identifier

workflow_id

integer

Workflow step unique identifier

date_at

date

Date of the start of the appointment

time_at

time

Time of the start of the appointment

date_end

date

Date of the end of the appointment

time_end

time

Time of the end of the appointment

duration

float

Duration of the appointment excluding diner and optionally out of business hours.

description

text

Optional description for the appointment

title

text

Optional title for the appointment

notes

text

Optional notes for the appointment

color

text

Color displayed in the agenda

Last updated