Lease
{
"job_id": "string",
"data": {}
}
Body
The lease type. The value of this field must be one of "Fixed", "FixedWithRollover", or "AtWill"
Fixed
, FixedWithRollover
, AtWill
The external ID of the unit from the integration vendor
The date that the lease begins
The date that the lease ends
A boolean value indicating whether or not to send a welcome email to the tenant
The first name of the primary resident on this lease.
The last name of the primary resident on this lease.
The email address for the primary resident on this lease.
The secondary/alternate email address for the primary resident on this lease. This value maps to the AlternateEmail property of the Tenant object
The phone number of the primary resident on this lease.
The type of the primary resident's phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'.
HOME
, WORK
, MOBILE
, FAX
The second phone number of the primary resident on this lease.
The type of the primary resident's secondary phone number. The value passed in here must be one of 'HOME', 'WORK', 'MOBILE', FAX'.
HOME
, WORK
, MOBILE
, FAX
The date of birth for the primary resident on this lease.
The first line of the primary resident's address.
The second line of the primary resident's address.
The city of the primary resident's address.
The state of the primary resident's address.
The postal code of the primary resident's address.
Country of the resident's primary address. This maps to the Address.Country property of the Tenant object.
US
First line of the street address for the primary resident. This maps to the Address.AddressLine1 property of the primary address of the Tenant object
Second line of the street address for the primary resident. This maps to the Address.AddressLine2 property of the Tenant object.
City of the primary resident's address. This maps to the Address.City property of the Tenant object.
State of the primary resident's address. This maps to the Address.State property of the Tenant object.
Zip/Postal Code of the primary resident's address. This maps to the Address.PostalCode property of the Tenant object.
Country of the resident's primary address. This maps to the Address.Country property of the Tenant object.
How often rent charges will be automatically appended to the lease ledger. Must be one of 'Monthly', 'Weekly', 'Every2Weeks', 'Quarterly', 'Yearly', 'Every2Months', 'Daily', 'Every6Months', 'OneTime',
Monthly
, Weekly
, Every2Weeks
, Quarterly
, Yearly
, Every2Months
, Daily
, Every6Months
, OneTime
The amount of rent to be appended to the lease ledger, in cents
The next date on which rent is due. If a rent cycle other than "OneTime" is provided, this will also be the date on which that cycle begins. Expected format is YYYY/MM/DD
The general ledger account under which to record the rent charge
The Propify unique identifier for the property
The Propify unique identifier for the unit
The floor plan id for the lease.
The move in date
The amount of months for the lease term.
3
, 6
, 9
, 12
, 15
, 18
The external ID of the property from the integration vendor This field is not required, and the Unit ID provided in x_unit_id takes precedence.
The external ID of the resident from the integration vendor
The move out date
The date that the resident moved in
The date that the resident moved out
The Propify unique identifier of the primary contact. This must either be a lead, applicant or resident in Propify
An array of Propify lead, applicant, or resident IDs. This must also include the primary contact ID
The status of the lease
Draft
, Active
, Active - Notice Given
, Terminated
, Eviction
Response
The ID of the job created to handle this operation
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.