Create Application: ResMan

Create Application: ResMan. Note: When reading in the newly created application we cannot filter by the application_id, so we must pull in all residents and applicants to save the newly created application.This may result in an increase in the total number of records processed | Interface | Method | |---|---| | Lead Management | /MITS/PostLeadManagement4_0 | | Lease Application | /MITS/PostLeaseApplication3_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
property_idstringRequired
The Propexo unique identifier for the property
unit_idstringRequired
The Propexo unique identifier for the unit
lead_source_idstringRequired
The Propexo unique identifier for the lead source
employee_idstringRequired
The Propexo unique identifier for the employee
application_datestringRequired
The application date associated with the applicant
start_datestringRequired
The start date associated with the lease
end_datestringRequired
The end date associated with the lease
statusenumRequired
The status associated with the application
Allowed values:
first_namestringRequired
The first name associated with the applicant
last_namestringRequired
The last name associated with the applicant
email_1stringOptional
The primary email address associated with the applicant
phone_1stringOptional
Primary phone number associated with the applicant
phone_1_typeenumOptional
Type of the primary phone number
Allowed values:
phone_2stringOptional
Secondary phone number associated with the applicant
phone_2_typeenumOptional
Type of the secondary phone number
Allowed values:
date_of_birthstringOptional
The date of birth associated with the applicant
address_1stringOptional
The first address line associated with the applicant
address_2stringOptional
The second address line associated with the applicant
citystringOptional
The city associated with the applicant
statestringOptional
The state associated with the applicant
zipstringOptional
The zip code associated with the applicant
notesstringOptional
Notes associated with the applicant
move_in_datestringOptional

The move-in date associated with the applicant

rent_amount_in_centsintegerOptional>=0
The rent amount in cents for the applicant
desired_lease_term_in_monthsdoubleOptional>=0
The amount of months for the lease term
floor_plan_idstringOptional
The Propexo unique identifier for the floor plan
other_occupantslist of objectsOptional
A list of other occupants for the application
emergency_contactslist of objectsOptional

A list of emergency contacts for the applicant. Note: This will only be added to the primary applicant on the application.

employment_historylist of objectsOptional

The employment history of the applicant. Note: This will only be added to the primary applicant on the application. Only entries with both income_in_cents and frequency will be included.

vehicleslist of objectsOptional
A list of vehicles for the application
petslist of objectsOptional
A list of applicant pets

Response

Successful response
metaobject
resultobject

Errors