Update Lead: Entrata

Update Lead: Entrata | Method | |---| | leads/updateLeads |

Authentication

AuthorizationBearer

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

Path parameters

lead_idstringRequired
The Propexo unique identifier for the lead

Request

This endpoint expects an object.
unit_idstringOptional
The Propexo unique identifier for the unit
lease_period_idstringOptional
The Propexo unique identifier for the lease period
employee_idstringOptional
The Propexo unique identifier for the employee
lead_source_idstringOptional
The Propexo unique identifier for the lead source. This can only be set if there is not a current lead source.
first_namestringOptional
The first name associated with the lead
last_namestringOptional
The last name associated with the lead
middle_namestringOptional
The middle name associated with the lead
phone_1stringOptional
Primary phone number associated with the lead
phone_1_typeenumOptional
Type of the primary phone number
Allowed values:
phone_2stringOptional
Secondary phone number associated with the lead
phone_2_typeenumOptional
Type of the secondary phone number
Allowed values:
email_1stringOptional
The primary email address associated with the lead
address_1stringOptional
The first address line associated with the lead
address_2stringOptional
The second address line associated with the lead
citystringOptional
The city associated with the lead
statestringOptional
The state associated with the lead
zipstringOptional
The zip code associated with the lead
target_move_in_datestringOptionalformat: "date-time"

The move-in date associated with the lead

desired_num_bedroomsdoubleOptional
The desired number of bedrooms
desired_num_bathroomsdoubleOptional
The desired number of bathrooms
desired_max_rent_in_centsintegerOptional
The maximum rent cost the lead is looking to pay, in cents
desired_min_rent_in_centsintegerOptional
The minimum rent cost the lead is looking to pay, in cents
number_of_occupantsdoubleOptional
The number of occupants living in the unit
notesstringOptional
Notes associated with the lead
eventslist of objectsOptionalDeprecated

DEPRECATED: Please use /events endpoints to write events. Array of events associated with this lead

Response

Successful response
metaobject
resultobject

Errors