Create Lead Appointment: Yardi
Create an appointment for a lead 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_id
The Propexo unique identifier for the integration
lead_id
The Propexo unique identifier for the lead
unit_id
The Propexo unique identifier for the unit
employee_id
The Propexo unique identifier for the employee
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
notes
Notes associated with the event
Response
Successful response
meta
result

