Create lead
Create a lead for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
property_id
The Propexo unique identifier for the property
first_name
The first name associated with the lead
last_name
The last name associated with the lead
employee_id
The Propexo unique identifier for the employee
desired_unit_ids
An array of the Propexo unit IDs that the lead is interested in
unit_id
The Propexo unique identifier for the unit
number_of_additional_occupants
The number of additional occupants associated with the lead
desired_num_bathrooms
The desired number of bathrooms
desired_num_bedrooms
The desired number of bedrooms
credit_score
The credit score of the lead
target_move_in_date
The move-in date associated with the lead. The timestamp will be stripped off and only the date will be used
email_1
The primary email address associated with the lead
has_cats
Whether or not the lead has cats
has_dogs
Whether or not the lead has dogs
has_other_pets
Whether or not the lead has pets that aren't dogs or cats
desired_max_rent_in_cents
The maximum rent cost the lead is looking to pay, in cents
monthly_income_in_cents
The monthly income of the lead, in cents
middle_initial
The middle initial of the lead
phone_1
Primary phone number associated with the lead
lead_source
The name of the source of the lead
status
The status associated with the lead
Allowed values:
lead_source_id
The Propexo unique identifier for the lead source
lease_period_id
The Propexo unique identifier for the lease period
phone_1_type
Type of the primary phone number
Allowed values:
middle_name
The middle name associated with the lead
phone_2
Secondary phone number associated with the lead
phone_2_type
Type of the secondary phone number
Allowed values:
address_1
The first address line associated with the lead
address_2
The second address line associated with the lead
city
The city associated with the lead
state
The state associated with the lead
zip
The zip code associated with the lead
desired_min_rent_in_cents
The minimum rent cost the lead is looking to pay, in cents
number_of_occupants
The number of occupants living in the unit
notes
Notes associated with the lead
address_type_id
The Propexo unique identifier for the address type
desired_lease_term_in_months
The amount of months for the lease term
applicant_status
The applicant status of the lead. This is optional and defaults to APPLICANT.
Allowed values:
country
The country associated with the lead
status_raw
The raw status associated with the lead
desired_unit_type
The desired type of unit
lead_relationship_id
The Propexo unique identifier for the lead relationship
date_of_birth
The date of birth associated with the lead
floor_plan_id
The Propexo unique identifier for the floor plan
organization_name
The name of your organization. Sample1 uses this for associating a prospect
third_party_id
Any unique ID you would like to associate with a lead.
desired_move_in_dateDeprecated
Deprecated. Use target_move_in_date instead.
desired_bathroomsDeprecated
Deprecated. Use desired_num_bathrooms instead.
desired_bedroomsDeprecated
Deprecated. Use desired_num_bedrooms instead.
eventsDeprecated
DEPRECATED: Please use /events endpoints to write events. Array of events associated with this lead
Response
Successful response
job_id
The ID of the job created to handle this operation
data