Update Application: Entrata

Update Application: Entrata | Method | |---| | applications/updateApplication | | leases/sendLeaseDocuments | | leads/updateLeads |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

application_idstringRequired
The Propexo unique identifier for the application

Request

This endpoint expects an object.
applicant_idstringRequired
The Propexo unique identifier for the applicant
lease_period_idstringOptional
The Propexo unique identifier for the lease period
unit_idstringOptional
The Propexo unique identifier for the unit
lead_source_idstringOptional
The Propexo unique identifier for the lead source
address_1stringOptional
The first address line associated with the applicant
address_2stringOptional
The second address line associated with the applicant
application_statusenumOptional
The status associated with the application
Allowed values:
attachmentslist of objectsOptional
Files to upload for the applicant. All the files can have a maximum combined file size of 50 MB
citystringOptional
The city associated with the applicant
create_new_events_onlyboolean or stringOptional
Whether or not new events should be created on 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
first_namestringOptional
The first name associated with the applicant
last_namestringOptional
The last name associated with the applicant
move_in_datestringOptionalformat: "date-time"

The move-in date associated with the applicant

phone_1_typeenumOptional
Type of the primary phone number
Allowed values:
phone_1stringOptional
Primary phone number associated with the applicant
statestringOptional
The state associated with the applicant
zipstringOptional
The zip code 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