Get rent modification details
Retrieve the rent detail for a specific amendment.
path Parameters
lease_idamendment_idGet rent modification details › Responses
Rent detail
idamendment_idprevious_amountPrevious monthly rent amount (EUR)
new_amountNew monthly rent amount (EUR). In zone tendue, must not exceed reference_rent_increased_per_m2 x surface (Art. 17-2 Loi 89-462)
calculation_methodMethod used to calculate the new rent
increase_percentagePercentage increase
index_value_idReference to the rent index value used for calculation
increase_cap_idReference to the rent increase cap applied
calculation_detailsJSON details of the calculation methodology
Update rent modification details
Update the rent detail for an amendment. Since rent detail is a 1:1 relationship, no detail ID is needed — the system identifies the detail by amendment ID.
path Parameters
lease_idamendment_idUpdate rent modification details › Request Body
previous_amountnew_amountincrease_percentageindex_value_idincrease_cap_idcalculation_methodcalculation_detailsUpdate rent modification details › Responses
Rent detail updated
idamendment_idprevious_amountPrevious monthly rent amount (EUR)
new_amountNew monthly rent amount (EUR). In zone tendue, must not exceed reference_rent_increased_per_m2 x surface (Art. 17-2 Loi 89-462)
calculation_methodMethod used to calculate the new rent
increase_percentagePercentage increase
index_value_idReference to the rent index value used for calculation
increase_cap_idReference to the rent increase cap applied
calculation_detailsJSON details of the calculation methodology
Create rent modification details
Create the rent detail for a RENT_MODIFICATION amendment. Only one rent detail can exist per amendment (1:1 relationship).
Validation rules:
previous_amountandnew_amountmust be >= 0- In zone tendue, the new amount is validated against
reference_rent_increased_per_m2 x surfaceat activation (Art. 17-2 Loi 89-462 / ALUR)
path Parameters
lease_idamendment_idCreate rent modification details › Request Body
previous_amountPrevious monthly rent (must be >= 0)
new_amountNew monthly rent (must be >= 0)
calculation_methodincrease_percentageindex_value_idincrease_cap_idcalculation_detailsCreate rent modification details › Responses
Rent detail created
idamendment_idprevious_amountPrevious monthly rent amount (EUR)
new_amountNew monthly rent amount (EUR). In zone tendue, must not exceed reference_rent_increased_per_m2 x surface (Art. 17-2 Loi 89-462)
calculation_methodMethod used to calculate the new rent
increase_percentagePercentage increase
index_value_idReference to the rent index value used for calculation
increase_cap_idReference to the rent increase cap applied
calculation_detailsJSON details of the calculation methodology