Create Lease: Entrata

Create Lease: Entrata | Method | |---| | leases/sendLeases |

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
lease_period_idstringRequired
The Propexo unique identifier for the lease period
floor_plan_idstringRequired
The Propexo unique identifier for the floor plan
start_datestringRequiredformat: "date-time"
The start date associated with the lease
end_datestringRequiredformat: "date-time"
The end date associated with the lease
scheduled_move_in_datestringRequiredformat: "date-time"

The move-in date associated with the lease

first_namestringRequired
The first name associated with the resident
last_namestringRequired
The last name associated with the resident
address_1stringRequired
The first address line associated with the resident
citystringRequired
The city associated with the resident
statestringRequired
The state associated with the resident
zipstringRequired
The zip code associated with the resident
address_2stringOptional
The second address line associated with the resident
email_1stringOptionalformat: "email"
The primary email address associated with the resident
phone_1stringOptional
Primary phone number associated with the resident
date_of_birthstringOptionalformat: "date-time"
The date of birth associated with the resident

Response

Successful response
metaobject
resultobject

Errors