Import steps
1
Owners
This is your landlord, leaseholder, and supplier data.
2
Buildings and units
This is your building and unit data. You can use the owner data imported in
step one to attach the units to their owners.
3
Active tenancies
These are your active tenancies. You can use the unit data imported in step
two to attach the tenancies to their units.
Owners
The owner record is used to store the details of the people or businesses that own the properties.Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.Owners import
Download the owners import template.
Buildings and units
Yorlet supports two different structures for your properties: single property and multi-unit.- Single property
- Multi-unit
Use the single property type when you’re adding a property you wish to lease as one. For example, a property with three residents all each paying rent.We are going to create a building record at the same time as a unit record. Single property buildings can only have one unit.
Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.You can add multiple owners to a unit if the property is owned by multiple people. For each owner increment the index of the
owners array. For example, the first owner is owners[0], the second owner is owners[1], and so on. The sum of all the owners[].percent_ownership fields should be 100.Units import (single property)
Download the unit import (single property) template.
Active tenancies
The active tenancy record is used to store the details of the tenancies that are currently active including current tenants and rent details.Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.You can add multiple applicants to a tenancy if there are multiple people
sharing the rent. For each applicant increment the index of the
applicants
array. For example, the first applicant is applicants[0], the second
applicant is applicants[1], and so on. The sum of all the
applicants[].share_of_rent fields should be 100.Active tenancies import
Download the active tenancies import template.
Invoices
The invoice record is used to bill customers.Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.You can add multiple line items to an invoice. For each line item, increment
the index of the
line_items array. For example, the first line item is
line_items[0], the second line item is line_items[1], and so on.Invoices import
Download the invoices import template.
Subscriptions
The subscription record is used to bill customers recurringly.Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.You can add multiple line items to a subscription. For each line item,
increment the index of the
items array. For example, the first line item is
items[0], the second line item is items[1], and so on.Subscriptions import
Download the subscriptions import template.
Account collections
The account collection record is used to deduct funds from an owner’s account, for example to charge a management fee, recover an expense, or collect a service charge.You can also import account collections directly in the Dashboard. See CSV
imports for the self-serve import flow.
Formatted fields
The following fields need to be formatted to ensure that the data is imported correctly.Account collections import
Download the account collections import template.