Lease Management
Lease Amendments
Modify active leases through formal amendments (avenants). Amendments create a legal record of changes made to the original lease terms.
When to use amendments
Amendments are required when changing:
- Rent amount (outside annual revision)
- Lease duration
- Adding or removing tenants
- Changing charges or payment terms
- Adding special conditions
Note: Annual rent revisions using the IRL index are handled automatically and do not require an amendment. See Leases API for rent revision endpoints.
Amendment workflow
Code
| Status | Description |
|---|---|
Draft | Amendment created, can be edited |
PendingSignature | Amendment sent for electronic signature |
Signed | All parties have signed the amendment |
Applied | Changes applied to the lease |
Cancelled | Amendment cancelled before signature |
Create an amendment
Code
Code
List amendments
Code
Generate amendment PDF
Code
The amendment PDF includes:
- Reference to the original lease
- Summary of changes (previous value → new value)
- Effective date
- Signature pages for all parties
Sign an amendment
Amendment signing follows the same process as lease signing:
Code
Amendment signatures consume 1 signature credit, the same as lease signatures.
Apply the amendment
Once signed, the amendment changes are applied to the lease:
Code
The lease is updated with the new values as of the effective_date.
Related
- Lease Overview — Lease lifecycle
- Leases API — Full endpoint reference
- Electronic Signatures — Signature workflow
- Documents & PDFs — Document generation
Last modified on