Create an appointment for a resident

POST
/v1/events/appointments/residents

Create an appointment for a resident

Request

This endpoint expects an object.
integration_idstringRequired
resident_idstringOptional

The Propexo unique identifier for the resident

employee_idstringOptional

The Propexo unique identifier for the employee

appointment_datedatetime or stringOptional

The date when the appointment will occur

appointment_timestringOptionalformat: "(?:[01]\d|2[0123]):(?:[012345]\d):(?:[012345]\d)"

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. The time is in the local time of the property/location. In RentManager, the default timezone is an optional setting that the PMC can set and will be stored on the Propexo Timezone model. You may need to read in this setting and convert to the local timezone for the appointment time to be correct.

appointment_duration_minutesintegerOptional

The duration of the appointment, in minutes

titlestringOptional

The title associated with the event

notesstringOptional

Notes associated with the event

Response

Successful response

job_idstring

The ID of the job created to handle this operation

dataobject

Errors

Built with