Update Lease: Propertyware REST
Update Lease: Propertyware REST
| Method | Interface |
|---|---|
| PUT /v1/leases | Leases |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
lease_id
The ID of the resource.
Request
This endpoint expects an object.
unit_id
The Propexo unique identifier for the unit
primary_contact_id
The Propexo unique identifier of the primary contact. This must either be a lead, applicant, or resident in Propexo
tenant_ids
An array of Propexo lead, applicant, or resident IDs. This must also include the primary contact ID
start_date
The start date associated with the lease
end_date
The end date associated with the lease
move_in_date
The move-in date associated with the lease. This must come before move_out_date
move_out_date
The move-out date associated with the lease. This must come before move_in_date
scheduled_move_out_date
The scheduled move-out date associated with the lease. This must come before move_in_date
status
The status associated with the lease
Allowed values:
rent_amount_in_cents
The rent amount in cents for the lease
notes
Notes associated with the lease
signature_date
The signature date of the lease
deposit_amount_in_cents
The deposit amount in cents associated with the lease
deposit_charge_date
The deposit date associated with the lease
Response
Successful response
meta
result

