GET
/
rent-adjustment-plans
curl --request GET \
  --url https://api.helloproper.com/rent-adjustment-plans \
  --header 'Authorization: <api-key>'
{
  "rentAdjustmentPlans": [
    {
      "id": "<string>",
      "leaseId": "<string>",
      "created": "<string>",
      "modified": "<string>",
      "adjusteeRef": "<string>",
      "balanceChargeType": "<string>",
      "nextAdjustmentDate": "<string>",
      "cancelledOn": "<string>",
      "endedOn": "<string>",
      "cancelledOrEndedOn": "<string>",
      "adjustsRecurringBillItem": true,
      "adjustsBalance": true,
      "vat": {
        "taxMode": "<string>",
        "taxRate": 123
      },
      "rentAdjustmentRules": [
        {
          "id": "<string>",
          "adjustmentType": "<string>",
          "adjustmentMonth": 123,
          "firstYear": "<string>",
          "lastYear": "<string>",
          "indexMonth": 123,
          "minimumPercentage": 123,
          "maximumPercentage": 123,
          "increments": [
            {
              "year": "<string>",
              "amount": {
                "currency": "<string>",
                "amount": 123
              },
              "percentage": 123,
              "recurrence": "<string>"
            }
          ]
        }
      ],
      "adjustments": [
        {
          "id": "<string>",
          "adjustedOn": "<string>",
          "year": "<string>",
          "fromYearlyAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "toYearlyAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "yearlyAmountChange": {
            "currency": "<string>",
            "amount": 123
          },
          "periodAmountChange": {
            "currency": "<string>",
            "amount": 123
          },
          "fromPeriodAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "toPeriodAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "fromBalanceAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "toBalanceAmount": {
            "currency": "<string>",
            "amount": 123
          },
          "balanceAmountChange": {
            "currency": "<string>",
            "amount": 123
          },
          "adjustmentRulesEffects": [
            {
              "rentAdjustmentRuleId": "<string>",
              "calculatedPercentage": 123,
              "fromIndex": 123,
              "toIndex": 123,
              "fromYearMonth": "<string>",
              "toYearMonth": "<string>",
              "fromYearlyAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "toYearlyAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "yearlyAmountChange": {
                "currency": "<string>",
                "amount": 123
              },
              "periodAmountChange": {
                "currency": "<string>",
                "amount": 123
              },
              "fromPeriodAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "toPeriodAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "fromBalanceAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "toBalanceAmount": {
                "currency": "<string>",
                "amount": 123
              },
              "balanceAmountChange": {
                "currency": "<string>",
                "amount": 123
              },
              "minimumPercentage": 123,
              "maximumPercentage": 123
            }
          ]
        }
      ]
    }
  ]
}

Request

This request supports pagination.

Response

rentAdjustmentPlans
array