Create Lead: MRI

Create a lead in MRI. This will create a prospect record in MRI with the applicant type. | Method | |---| | /mriapiservices/api.asp?$api=MRI_S-PMRM_GuestCardsBySiteID |

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
last_namestringRequired
The last name associated with the lead
address_type_idstringOptional
The Propexo unique identifier for the address type
first_namestringOptional
The first name associated with the lead
email_1stringOptional
The primary email address associated with the lead
address_1stringOptional
The first address line associated with the lead
address_2stringOptional
The second address line associated with the lead
citystringOptional
The city associated with the lead
stateenumOptional
The state associated with the lead
zipstringOptional
The zip code associated with the lead
target_move_in_datestringOptional
The target move in date associated with the lead
desired_num_bedroomsdoubleOptional
The desired number of bedrooms
desired_num_bathroomsstringOptional
The desired number of bathrooms
desired_lease_term_in_monthsdoubleOptional
The desired lease term in months of the lead
number_of_occupantsdoubleOptional
The number of occupants for the lead
notesstringOptional<=30 characters
Notes 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:
applicant_statusenumOptional
The applicant status of the lead. This is optional and defaults to APPLICANT.
Allowed values:

Response

Successful response
metaobject
resultobject

Errors