appointment Type

object (Appointment)

appointment Properties

Property Type Required Nullable Defined by
ids array Optional cannot be null JsonLead
created_at string Optional cannot be null JsonLead
start_date string Optional cannot be null JsonLead
end_date string Optional cannot be null JsonLead
assigned_to string Optional cannot be null JsonLead
custom object Optional cannot be null JsonLead

ids

A list of unique identifiers that originates from an external database or system. It is meant to cross-reference the appointment on the destination database with the external system.

ids

ids Type

string[]

created_at

The creation date of the appointment. 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

start_date

The start date of the appointment. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

start_date

start_date Type

string

start_date Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

end_date

The end date of the appointment. Should follow ISO 8601 (2024-02-06T15:26:17.683Z)

end_date

end_date Type

string

end_date Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

assigned_to

The user assigned to the appointment

assigned_to

assigned_to Type

string

custom

Custom fields for the appointment

custom

custom Type

object (Details)