Update Resident: Entrata
Update Resident: Entrata
| Method |
|---|
| customers/updateCustomers |
| leads/updateLeads |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
The Propexo unique identifier for the resident
Request
This endpoint expects an object.
first_name
The first name of the resident. This value maps to the firstName property of the Customer object
middle_name
The middle name of the resident. This value maps to the middleName property of the Customer object
last_name
The last name of the resident. This value maps to the lastName property of the Customer object
email_1
The primary email address for the resident. This value maps to the email property of the Customer object
date_of_birth
The date of birth of the resident. This value maps to the birthDate property of the Customer object.
address_1
The first address line associated with the resident
address_2
The second address line associated with the resident
city
The city associated with the resident
state
The state associated with the resident
zip
The zip code associated with the resident
country
The country associated with the resident
phone_1
The primary phone number for the resident.
eventsDeprecated
DEPRECATED: Please use /events endpoints to write events. Array of events associated with this resident
custom_dataDeprecated
Deprecated: Field is no longer applicable
Response
Successful response
meta
result

