{
  "job_id": "string",
  "data": {}
}

Path Parameters

idrequired
string

The ID of the resource.

idrequired
string

The ID of the resource.

Body

idrequired
string
type
string

The lease type. The value of this field must be one of "Fixed", "FixedWithRollover", or "AtWill"

Available options:
Fixed,
FixedWithRollover,
AtWill
x_unit_id
string

The external ID of the unit from the integration vendor

start_date
string

The date that the lease begins

end_date
string

The date that the lease ends

is_eviction_pending
Default: false
boolean

Boolean indicating whether the lease has an eviction pending. If not set, defaults to "false"

automatically_move_out_residents
Default: false
boolean

Boolean indicating whether residents should be set to "past" status automatically at the expiration of the lease. If not set, defaults to "false"

lease_id
string

The Propify unique identifier for the lease

property_id
string

The Propify unique identifier for the property

unit_id
string

The Propify unique identifier for the unit

resident_id
string

The Propify unique identifier for the resident. Required if updating resident information.

scheduled_move_in_date
string

The move in date

first_name
string

The first name of the primary resident on this lease.

last_name
string

The last name of the primary resident on this lease.

address_1
string

The first line of the primary resident's address.

address_2
string

The second line of the primary resident's address.

city
string

The city of the primary resident's address.

state
string

The state of the primary resident's address.

zip
string

The postal code of the primary resident's address.

email_1
string

The email address for the primary resident on this lease.

phone_1
string

The phone number of the primary resident on this lease.

date_of_birth
string

The date of birth for the primary resident on this lease.

x_property_id
string

The external ID of the property from the integration vendor

x_resident_id
string

The external ID of the resident from the integration vendor

scheduled_move_out_date
string

The move out date

realized_move_in_date
string

The date that the resident moved in

realized_move_out_date
string

The date that the resident moved out

primary_contact_id
string

The Propify unique identifier of the primary contact. This must either be a lead, applicant or resident in Propify

tenants
array

An array of Propify lead, applicant, or resident IDs. This must also include the primary contact ID

status
string

The status of the lease

Available options:
Draft,
Active,
Active - Notice Given,
Terminated,
Eviction

Response

job_idrequired
string

The ID of the job created to handle this operation

datarequired
object

Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.