Update an appointment for a resident
Update an appointment for a resident
Path parameters
event_id
The Propexo unique identifier for the event
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
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. The time is in the local time of the property/location. In Rent Manager, 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_minutes
The duration of the appointment, in minutes
title
The title associated with the event
notes
Notes associated with the event
Response
Successful response
job_id
The ID of the job created to handle this operation
data