Lease agreement
Lease Agreements are executed between property owners and tenants. These statements contain information regarding payment terms and property information for term of the Lease.
The form_type
parameter LEASE_AGREEMENT
for the Upload PDF endpoint is required for this form type.
Optional fields captured
Configuration-driven output
All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.
JSON attribute | Data type | Description |
---|---|---|
| Text | Name Of Tenant 1 |
| Text | Name Of Tenant 2 |
| Text | Name Of Tenant 3 |
| Text | Name Of Tenant 4 |
|
| Are There More Than 4 Tenants? |
| Text | Property Address |
| Text | Property Address |
| City | Property Address |
| State | Property Address |
| ZIP Code | Property Address |
| Lease Start Date | |
| Lease End Date | |
| Monthly Payment Amount | |
| Text | Name Of Landlord |
| Text | Landlord Address |
| Text | Landlord Address |
| City | Landlord Address |
| State | Landlord Address |
| ZIP Code | Landlord Address |
| Date of Lease Agreement |
Sample form
Sample JSON result
{
"status": 200,
"response": {
"pk": 16464933,
"uuid": "060893c2-5cb5-42f9-a646-561aaca11977",
"name": "Lease Agreement Output for API",
"created": "2022-02-02T22:56:02Z",
"created_ts": "2022-02-02T22:56:02Z",
"verified_pages_count": 6,
"book_status": "ACTIVE",
"id": 16464933,
"forms": [
{
"pk": 34264934,
"uuid": "e28f9b9b-e2f5-441b-8562-78b70205932f",
"form_type": "LEASE_AGREEMENT",
"raw_fields": {
"lease_agreement-Part1-TenantInfo:leaseEndDate": {
"value": "01/12/2021",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:nameOfTenant1": {
"value": "JAMES JOHNSON",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:nameOfTenant2": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:nameOfTenant3": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:nameOfTenant4": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:leaseStartDate": {
"value": "01/12/2020",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:nameOfLandlord": {
"value": "DAVID SMITH",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:propertyAddress:zip": {
"value": "27715",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:monthlyPaymentAmount": {
"value": "1500.00",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:propertyAddress:city": {
"value": "SEEKONK",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:propertyAddress:state": {
"value": "MA",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:areThereMoreThan4Tenants?": {
"value": "NO",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:propertyAddress:addressLine1": {
"value": "1180 FALL RIVER AVENUE",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part1-TenantInfo:propertyAddress:addressLine2": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:landlordAddress:zip": {
"value": "1119",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:dateOfLeaseAgreement": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:landlordAddress:city": {
"value": "SPRINGFIELD",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:landlordAddress:state": {
"value": "MA",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:landlordAddress:addressLine1": {
"value": "1105 BOSTON ROAD",
"is_empty": false,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
},
"lease_agreement-Part2-LandlordInfo:landlordAddress:addressLine2": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Ocrolus Sample PDF - Lease Agreement.pdf"
}
},
"form_config_pk": 45767,
"tables": []
}
],
"book_is_complete": true
},
"message": "OK"
}
Updated 3 months ago