Create Application: Entrata

Create Application: Entrata | Method | |---| | applications/sendApplication | | leads/updateLeads |

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
lease_period_idstringRequired
The Propexo unique identifier for the lease period
lead_source_idstringRequired
The Propexo unique identifier for the lead source
application_statusenumRequired
The status associated with the application
Allowed values:
first_namestringRequired
The first name associated with the application
last_namestringRequired
The last name associated with the application
unit_idstringOptional
The Propexo unique identifier for the unit
address_1stringOptional
The first address line associated with the application
address_2stringOptional
The second address line associated with the application
citystringOptional
The city associated with the application
statestringOptional
The state associated with the application
zipstringOptional
The zip code associated with the application
attachmentslist of objectsOptional
Files to upload for the application
date_of_birthstringOptional
The date of birth associated with the application
email_1stringOptionalformat: "email"
The primary email address associated with the application
move_in_datestringOptional

The move-in date associated with the application

phone_1stringOptional
Primary phone number associated with the application
petslist of objectsOptional

Pets of the application. Note: This will only be added to the primary applicant on the application.

vehicleslist of objectsOptional

Vehicles of the application. Note: This will only be added to the primary applicant on the application.

employment_historylist of objectsOptional

Employment history of the application. Note: This will only be added to the primary applicant on the application.

add_onslist of objectsOptional

Add-ons of the application

other_occupantslist of objectsOptional
Other occupants of the application

Response

Successful response
metaobject
resultobject

Errors