Create an appointment for an applicant
Create an appointment for an applicant
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
applicant_id
The Propexo unique identifier for the applicant
application_id
The Propexo unique identifier for the application
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
appointment_type
The type of appointment. This is specific to Entrata and correlates to the types of calendar appointments available
Allowed values:
notes
Notes associated with the event
title
The title associated with the event
employee_id
The Propexo unique identifier for the employee
priority
The priority of the appointment
Allowed values:
Response
Successful response
job_id
The ID of the job created to handle this operation
data