Create asset

Creates a new property asset with the given details, including its physical address and comprehensive equipment specifications.

A new asset must be associated with an existing management contract (management_contract_id) which
links it to a landlord. Once created, the asset can be associated with leasing contracts to track tenant
occupancy and rental payments.

The address information is mandatory and must be provided through the address_attributes object.

Property Details

  • Physical characteristics: area, Boutin area, construction year, room count, floor
  • Financial parameters: rent amount, charges amount (DEPRECATED - use leasing_contract.rent_in_cents/charges_in_cents instead)
  • Location: Complete address information via address_attributes
  • Reference: Unique business identifier for the property

Equipment Information

The asset_equipment_attributes object allows detailed specification of:

  • Heating and hot water systems (type, method, energy source)
  • Internet connectivity options
  • Property amenities (cellar, parking, terrace, balcony, elevator, etc.)
  • Building facilities (caretaker, fiber availability, garbage room, etc.)

Additional Data

You can also associate the asset with:

  • Energy diagnostics (DPE - Diagnostic de Performance Énergétique)
  • Fiscal regimes (tax incentives like Pinel, Denormandie, etc.)

If provided, the reference must be unique within the customer's assets.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

Type of property

number

Property size in square meters

number

Boutin area in square meters (French housing law)

integer

Year when the building was constructed

integer

Number of rooms in the property

integer
required

[DEPRECATED] Monthly base rent charged to tenant in cents. Use leasing_contract.rent_in_cents instead. This field will be removed in a future version.

integer
required

[DEPRECATED] Monthly charges amount in cents. Use leasing_contract.charges_in_cents instead. This field will be removed in a future version.

string

Reference number/code for the property

integer

Floor number for apartments

string

Housing fiscal identifier - 12 digit number assigned by tax authorities

string

Description of the property and common areas

boolean

Whether funds calls are enabled for this asset

integer

ID of the management contract this asset belongs to

integer

ID of the syndic (property manager/co-ownership manager) profile

address_attributes
object
required
asset_equipment_attributes
object
energy_diagnostics_attributes
array of objects
energy_diagnostics_attributes
fiscal_regimes_attributes
array of objects
fiscal_regimes_attributes
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json