Create Lead Event: Yardi

The saved created_record_id for this operation is the lead_id associated with the event. Yardi doesn't return event_id from their API. | 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
lead_idstringRequired
The Propexo unique identifier for the lead
event_nameenumRequired
The name or type of event
event_datetimestringRequiredformat: "date-time"
The date when the event will occur
agent_namestringRequired
The name of the leasing agent associated with the event
unit_idstringOptional
The Propexo unique identifier for the unit. Only some PMS events use this, including "Show" and "Appointment"
notesstringOptional<=256 characters
Notes associated with the event
rent_amount_in_centsdoubleOptional>=0
The rent amount in cents for the event. Required for LeaseSign event

Response

Successful response
metaobject
resultobject

Errors