Create Applicant Appointment: Yardi

Create an appointment for an applicant in Yardi. Yardi interprets appointment date and time as being in the timezone of the property. Those can be read in our `/timezones` endpoint. If the property doesn't have a specific timezone configured, there will be an integration global timezone record that should be used in that case. The time for this record is based on the Yardi server's configured timezone. In the case that the Yardi server time is different than the current time, we provide the `server_time_error_seconds` field on the `/timezones` endpoint as well. | Interface | Method | |---|---| | ILS Guest Card | ImportYardiGuest_Login |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
applicant_idstringRequired
The Propexo unique identifier for the applicant
unit_idstringRequired
The Propexo unique identifier for the unit
employee_idstringRequired
The Propexo unique identifier for the employee
appointment_datestringRequired
The date when the appointment will occur
appointment_timestringRequiredformat: "(?:[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
notesstringOptional<=256 characters
Notes associated with the event

Response

Successful response
metaobject
resultobject

Errors