Set up property buildings and define unit types directly in your account to keep inventory organized across channels.
Step by step:
- Log in to your Rentals United account.
- In the main menu, click Properties and select Add new building.
-
Enter the building details.
- Define the name of your building.
- Add unit types that are available at your building and set the number of each unit type.
- Upload the building's main photo.

- Click Save.
Create a multi-unit through API
You can create multi-unit properties via API. Use the option that better matches your setup and gives you better results in sales channels.
Multi-unit property within a building
Assign your multi-unit properties to a building.
Step by step:
- Create a building using
Push_PutBuilding_RQ. - Copy the building ID parameter of the created building.
- Find the existing property to assign to the building or create a new property.
- Paste the building ID to the property's
BuildingIDparameter.
Standalone multi-unit
Create an individual property with an increased number of units.
Step by step:
- Create a new property using
Push_PutProperty_RQ. - Set
<NoOfUnits>to more than 1.
Convert existing property into a multi-unit
To convert an existing property into a multi-unit, create an empty Unit type and import the content from an existing property.
Step by step:
- Log in to your Rentals United account.
- In the main menu, click Properties.
- Click Edit next to the relevant building.
-
Click Add unit type. You can update these details later.

- Click Save.
-
In the main menu, click Properties.

- In "Edit property" section, click Copy everything from Another Apartment.
- Select the property to convert into the multi-unit property.
- Click Import Everything.
- In the main menu, click Properties.
- Click Edit next to the building name, and update the number of units.
- Click Save.
The new multi-unit property gets a new property ID. The source apartment exists as a separate property. You must delete it manually.
Convert a multi-unit into an individual property
Follow the steps below to convert a multi-unit to an individual property.
Step by step:
- Log in to your Rentals United account.
- In the main menu, click Properties.
-
Click Edit next to the relevant building.

- Change the number of units to 1.
- Start adding new property to your account. Provide only data in "Step 1: Basic info", and click Save & Next.
- In the main menu, click Properties.
- Find the property you just created, and click Edit.
- In "Edit property" section, click Copy everything from Another Apartment.
- Select the multi-unit property to convert to an individual property.
- Click Import everything.
- Now, you have copied the content of a multi-unit property into an individual property.
The new single-unit property gets a new property ID. The source apartment still exists as a separate property, and you must delete it manually.