MRI

Connecting real estate visionaries with innovative proptech that powers thriving communities

Overview

Description

MRI Real Estate software is a comprehensive solution designed to streamline and optimize various aspects of real estate management and operations. It encompasses a range of functionalities such as property management, accounting, lease administration, asset management, and reporting.

MRI software helps real estate professionals efficiently manage their portfolios, track financials, monitor leases, analyze property performance, and make data-driven decisions. It serves as a centralized platform to enhance productivity and decision-making in the real estate industry.

Initial Setup and Configuration

  1. In order for the integration to be set-up by the Aareon Connect team, credentials of the customer for both QL and MRI must be provided.

  2. Ensure you have followed the general QL API setup, as per Prerequisite here.

  3. The Aareon Connect team will then configure the integration for you.

How the integration works

Use-case: Vacancies / Prospects

General information about the integration

MRI integrates with QL so that any advertisement that is created in QL is then also created in MRI with the same information. Any successful application in MRI will then send the applicant details to QL.

The integration has two parts is based on a series of webhooks that activate and push data to the system once a property of the ERP has an advertisement created.

  1. Once that is done an advertisement is automatically created in MRI based on the information received and the ERP is then updated with the specific id of the newly created advert.

  2. Once an application in MRI has been successfully resolved (I.E. an applicant has rented the property in the advert), the details of the future tenant (name,email,number) are then sent back to the ERP via an XML import.

The following pieces of data are synced from QL to MRI as part of this integration:

When an advert is created in QL the following request body is sent to Aareon Connect

{
  "Town": "string",
  "UPRN": "string",
  "Street": "string",
  "HasLift": "boolean",
  "Latitude": integer,
  "Locality": "string",
  "Postcode": "string",
  "StreetId": "string",
  "Apartment": "string",
  "HasGarage": "boolean",
  "HasGarden": "boolean",
  "HouseName": "string",
  "Longitude": integer,
  "HeatingType": "string",
  "HouseNumber": "string",
  "PetsAllowed": "boolean",
  "ChargeAmount": "string",
  "DwellingType": "string",
  "VoidFromDate": "datetime",
  "LabelMapCodes": [],
  "AvailableToLet": "datetime",
  "OwningDeptCode": "string",
  "ChargeFrequency": "string",
  "LettingsAreaCode": "string",
  "ManagingDeptCode": "string",
  "NumberOfDoubleBedrooms": "string",
  "NumberOfSingleBedrooms": "string",
  "ExternalAdvertReference": "string",
  "ExternalPropertyUserCode": "string",
  "ExternalPropertyReference": "string"
}

The following fields are to be provided in QL in order for the integration to create an advert in MRI

Once an applicant has been accepted and the allocation has been made the applicant details are stored and sent to QL automatically.

Last updated