Events

Create event for a lead

POST
Create a lead event for an integration.

Request

This endpoint expects an object.
integration_id
stringRequired
lead_id
stringOptional
The Propexo unique identifier for the lead
event_type_id
stringOptional
The Propexo unique identifier for the event type
employee_id
stringOptional
The Propexo unique identifier for the employee
unit_id
stringOptional
The Propexo unique identifier for the unit. Only some PMS events use this, including "Show" and "Appointment"
event_datetime
datetimeOptional
The date when the event will occur
reasons_for_event
stringOptional
The reasons for the event
notes
stringOptional
Notes associated with the event
appointment_datetime
datetimeOptional
The date when the appointment will occur
time_from
stringOptional
time_to
stringOptional
title
stringOptional
The title associated with the event
event_name
enumOptional
The name or type of event
status
enumOptional
The status associated with the event
Allowed values: LEASEDLOSTUNQUALIFIEDACTIVEFUTURE
agent_name
stringOptional
The name of the leasing agent associated with the event

Response

This endpoint returns an object
job_id
string
The ID of the job created to handle this operation
data
object
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.