Create Resident Event: Entrata

Create an event for an applicant in Entrata. Entrata expects all times to be in Mountain Time (UTC-7:00 or UTC-6:00 depending on daylight savings). Times will be automatically converted based on the local time of the property when an end user views the event time in the browser. | Method | |---| | leads/updateLeads |

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
resident_idstringRequired
The Propexo unique identifier for the resident
event_type_idstringRequired
The Propexo unique identifier for the event type. Not all event types are currently supported. Contact Propexo support if there's an event type you'd like supported.
event_datetimestringRequiredformat: "date-time"
The date when the event will occur
event_result_idstringOptional
The Propexo unique identifier for the event result
event_sub_type_idstringOptional
The Propexo unique identifier for the event sub type
employee_idstringOptional
The Propexo unique identifier for the employee
unit_idstringOptional
The Propexo unique identifier for the unit
reasons_for_eventstringOptional
The reasons for the event
notesstringOptional
Notes associated with the event
appointment_datetimestringOptionalformat: "date-time"
The date when the appointment will occur
time_fromstringOptional
time_tostringOptional
titlestringOptional
The title associated with the event
call_phone_number_fromstringOptional
The phone number that the call was made from. Required for call event types.
call_phone_number_tostringOptional
The phone number that the call was received on. Required for call event types.
call_statusenumOptional
The status of the call. Required for call event types.
call_durationintegerOptional0-86400
The duration of the call in seconds. Required for call event types.
email_bodystringOptional
The body of the email.
email_subjectstringOptional
The subject of the email.
email_fromstringOptional
The email address that the email was sent from. Required for email outgoing event types.
email_tostringOptional
The email address that the email was sent to. If specified, this must be the same email address as the resident's primary email address
email_ccstringOptional
The carbon copy email address that the email was sent to.
email_bccstringOptional
The blind carbon copy email address that the email was sent to.
email_sendbooleanOptional
Whether the email should be sent.

Response

Successful response
metaobject
resultobject

Errors