Data import via GraphQL

Master data is the information related to Owner, Property, Unit, Tenant and Bank Account. To request these information it is required to have authorization tokens.

To understand how authentication works in EverReal, see the Authentication page.

For importing master data to EverReal it is required to keep the following order as shown in the chart:

This chart shows the recommended data import flow

1. First, the owners should be created/imported by using the following endpoint: Owners Mutation.

2. Once the import is finalised for the owners the next endpoint which should be used is Property groups.

Creating Property groups is recommended but it's not necessary or a precondition for creating properties. If you want to bulk inherit descriptions (for e.g. amenities, location) to several properties it's recommended to create them.

3. In the next step the properties should be created by using the following endpoint: Property Mutation. The following checklist provides information about creating properties. The checklist summarizes the overall areas which might cause issues.

4. Going further in the following step Units Mutation, units can be created and within creation assigned to associated property. Please consider the following when creating units:

Stacking Plan in EverReal
  1. The next step is Tenants Mutation, where tenants can be created and within creation assigned to associated units. As a result of the tenants import, the unit status is being automatically updated from EverReal.

    1. Contract start date is in the past and there is no contract end date: unit status is leased

    2. Contract start date is in the future: unit status is vacant, re-leased

    3. Contract start date is either in the past or in the future but there is a contract end date in future: unit status is terminated

  2. Optional final step: Bank accounts Mutation If you wish to import bank account data, use the Bank accounts Mutation after all core entities have been created.

Bank account linked to an owner

Last updated

Was this helpful?