Create Lead: ResMan

Create Lead: ResMan | Interface | Method | |---|---| | Lead Management | /MITS/PostLeadManagement4_0 |

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
lead_source_idstringRequired
The Propexo unique identifier for the lead source
employee_idstringRequired
The Propexo unique identifier for the employee
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
unit_idstringOptional
The Propexo unique identifier for the unit
floor_plan_idstringOptional
The Propexo unique identifier for the floor plan
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. This will default to HOME if not provided
Allowed values:
phone_2stringOptional
Secondary phone number associated with the lead
phone_2_typeenumOptional
Type of the secondary phone number. This will default to MOBILE if not provided
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
notesstringOptional
Notes associated with the lead
desired_num_bedroomsdoubleOptional>=0
The desired number of bedrooms
desired_num_bathroomsdoubleOptional>=0
The desired number of bathrooms
desired_max_rent_in_centsdoubleOptional>=0
The maximum rent cost the lead is looking to pay, in cents
desired_lease_term_in_monthsdoubleOptional>=0
The amount of months for the lease term
target_move_in_datestringOptional
The target move in date associated with the lead

Response

Successful response
metaobject
resultobject

Errors