Create an appointment for a lead
Create an appointment for a lead
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
lead_id
The Propexo unique identifier for the lead
unit_id
The Propexo unique identifier for the unit
appointment_date
The date when the appointment will occur
appointment_time
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_minutes
The duration of the appointment, in minutes
employee_id
The Propexo unique identifier for the employee
notes
Notes associated with the event
appointment_type
The type of appointment. This is specific to Entrata and correlates to the types of calendar appointments available
Allowed values:
title
The title associated with the event
status
The raw status associated with the event
Allowed values:
priority
The priority of the appointment
Allowed values:
lead_source_id
The Propexo unique identifier for the lead source
Response
Successful response
job_id
The ID of the job created to handle this operation
data