Request This endpoint expects an object.
lead_id string Optional
The Propexo unique identifier for the lead
employee_id string Optional
The Propexo unique identifier for the employee
desired_unit_ids list of strings Optional
An array of the Propexo unit IDs that the lead is interested in
unit_id string Optional
The Propexo unique identifier for the unit
first_name string Optional
The first name associated with the lead
last_name string Optional
The last name associated with the lead
number_of_additional_occupants integer Optional >=0
The number of additional occupants associated with the lead
desired_num_bathrooms double Optional >=0
The desired number of bathrooms
desired_num_bedrooms double Optional
The desired number of bedrooms
credit_score string Optional
The credit score of the lead
target_move_in_date string Optional
The move-in date associated with the lead. The timestamp will be stripped off and only the date will be used
email_1 string Optional
The primary email address associated with the lead
has_cats boolean Optional
Whether or not the lead has cats
has_dogs boolean Optional
Whether or not the lead has dogs
has_other_pets boolean Optional
Whether or not the lead has pets that aren't dogs or cats
desired_max_rent_in_cents double Optional >=0
The maximum rent cost the lead is looking to pay, in cents
monthly_income_in_cents integer Optional >=0
The monthly income of the lead, in cents
middle_initial string Optional =1 character
The middle initial of the lead
phone_1 string Optional
Primary phone number associated with the lead
lead_source string Optional
The name of the source of the lead
status enum Optional
The status associated with the lead
Allowed values: ACTIVE COLD INACTIVE WAITLISTED
inactive_reason enum Optional
The reason the lead is inactive
lease_period_id string Optional
The Propexo unique identifier for the lease period
lead_source_id string Optional
The Propexo unique identifier for the lead source
middle_name string Optional
The middle name associated with the lead
phone_1_type enum Optional
Type of the primary phone number
Allowed values: FAX HOME MOBILE WORK
phone_2 string Optional
Secondary phone number associated with the lead
phone_2_type enum Optional
Type of the secondary phone number
Allowed values: FAX HOME MOBILE WORK
address_1 string Optional
The first address line associated with the lead
address_2 string Optional
The second address line associated with the lead
city string Optional
The city associated with the lead
state string Optional
The state associated with the lead
zip string Optional
The zip code associated with the lead
desired_min_rent_in_cents double or null Optional
The minimum rent cost the lead is looking to pay, in cents
number_of_occupants double Optional
The number of occupants living in the unit
notes string Optional
Notes associated with the lead
address_type_id string Optional
The Propexo unique identifier for the address type. This is required when updating the address
desired_lease_term_in_months string Optional
The amount of months for the lease term
applicant_status enum Optional
The status of the lead. This is optional and defaults to ACTIVE.
Allowed values: APPLICANT CO_APPLICANT OCCUPANT
country string Optional
The country associated with the lead
status_raw string Optional
The raw status associated with the lead
desired_unit_type string Optional
The desired type of unit
lead_relationship_id string Optional
The Propexo unique identifier for the lead relationship
date_of_birth string Optional
The date of birth associated with the lead
floor_plan_id string Optional
The Propexo unique identifier for the floor plan
desired_move_in_date string Optional Deprecated
Deprecated. Use target_move_in_date instead.
desired_bathrooms string Optional Deprecated
Deprecated. Use desired_num_bathrooms instead.
desired_bedrooms integer Optional >=0Deprecated
Deprecated. Use desired_num_bedrooms instead.
events list of objects Optional Deprecated
DEPRECATED: Please use /events endpoints to write events. Array of events associated with this lead
Response Successful response
job_id string
The ID of the job created to handle this operation