Create Lead: Rent Manager

Create Lead: Rent Manager | Method | |---| | POST /Prospects | | POST /Contacts |

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
property_idstringRequired
The Propexo unique identifier for the property
first_namestringRequired
The first name associated with the lead
last_namestringRequired
The last name associated with the lead
lead_source_idstringOptional
The Propexo unique identifier for the lead source
middle_namestringOptional
The middle name associated with the lead
date_of_birthstringOptional
The date of birth 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. If any one of the address fields are provided, they must all be provided
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

Response

Successful response
metaobject
resultobject

Errors