Create Applicant: Entrata

Create Applicant: 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
address_1stringRequired
The first address line associated with the applicant
application_statusenumRequired
The status associated with the application
Allowed values:
citystringRequired
The city associated with the applicant
first_namestringRequired
The first name associated with the applicant
last_namestringRequired
The last name associated with the applicant
statestringRequired
The state associated with the applicant
zipstringRequired
The zip code associated with the applicant
unit_idstringOptional
The Propexo unique identifier for the unit
address_2stringOptional
The second address line associated with the applicant
attachmentslist of objectsOptional
Files to upload for the applicant
date_of_birthstringOptionalformat: "date-time"
The date of birth associated with the applicant
email_1stringOptionalformat: "email"
The primary email address associated with the applicant
move_in_datestringOptionalformat: "date-time"

The move-in date associated with the applicant

phone_1stringOptional
Primary phone number associated with the applicant
petslist of objectsOptional
Pets of the applicant
vehicleslist of objectsOptional
Vehicles of the applicant
employment_historylist of objectsOptional
Employment history of the applicant
add_onslist of objectsOptional

Add-ons of the applicant

eventslist of objectsOptionalDeprecated

DEPRECATED: Please use /events endpoints to write events. Array of events associated with this applicant

Response

Successful response
metaobject
resultobject

Errors