object
(Appointment)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
foreign_id | string |
Optional | cannot be null | JsonLead |
due_date | string |
Optional | cannot be null | JsonLead |
assigned_to | string |
Optional | cannot be null | JsonLead |
custom | object |
Optional | cannot be null | JsonLead |
A unique identifier for the appointment
foreign_id
string
string
The date of the appointment
due_date
string
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
The user assigned to the appointment
assigned_to
string
string
Custom fields for the appointment
custom
object
(Details)