Create Lead: Propertyware

Create Lead: Propertyware | Method | |---| | createProspect |

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
first_namestringRequired
The first name associated with the lead
last_namestringRequired
The last name associated with the lead
middle_namestringOptional
The middle name associated with the lead
email_1stringOptional
The primary email address 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:
citystringOptional
The city associated with the lead
address_1stringOptional
The first address line associated with the lead
address_2stringOptional
The second address line associated with the lead
statestringOptional
The state associated with the lead
zipstringOptional
The zip code associated with the lead
countrystringOptional
The country associated with the lead
notesstringOptional
Notes associated with the lead
desired_num_bathroomsdoubleOptional
The desired number of bathrooms
desired_num_bedroomsdoubleOptional
The desired number of bedrooms
number_of_occupantsintegerOptional
The number of occupants living in the unit
desired_max_rent_in_centsdouble or nullOptional
The maximum rent cost the lead is looking to pay, in cents
desired_min_rent_in_centsdouble or nullOptional
The minimum rent cost the lead is looking to pay, in cents
status_rawstringOptional
The raw status associated with the lead
desired_unit_typestringOptional
The desired type of unit

Response

Successful response
metaobject
resultobject

Errors