Update an appointment for a lead

PUT
/v1/events/appointments/leads/:event_id

Update an appointment for a lead

Path parameters

event_idstringRequired

The Propexo unique identifier for the event

Request

This endpoint expects an object.
appointment_datedatetime or stringOptional

The date when the appointment will occur

appointment_timestringOptional

The time when the appointment will occur. Please refer to our appointment times section in the docs to see how each individual PMS handles timezones

appointment_duration_minutesintegerOptional

The duration of the appointment, in minutes

employee_idstringOptional

The Propexo unique identifier for the employee

notesstringOptional

Notes associated with the event

unit_idstringOptional

The Propexo unique identifier for the unit

appointment_typeenumOptional
Allowed values: LEASING_APPOINTMENTSELF_GUIDED_TOURTOURVIRTUAL_TOUR

The type of appointment. This is specific to Entrata and correlates to the types of calendar appointments available

titlestringOptional

The title associated with the event

priorityenumOptional
Allowed values: HIGHMEDIUMLOW

The priority of the appointment

Response

This endpoint returns an object.
job_idstring

The ID of the job created to handle this operation

dataobject

Errors