get
GET /openwowi/v1.2/RentAdjustment/RentIndex HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "ValidFrom": "2025-04-26",
    "InternalText": "text",
    "TextForNotification": "text",
    "ExpectedUpdating": "2025-04-26T11:38:30.794Z",
    "RemediationStatusActivated": true,
    "LocationsActivated": true,
    "FacilitiesActivated": true,
    "AreasActivated": true,
    "ApartmentSizeClassesActivated": true,
    "AgeClassesActivated": true,
    "RentIndexType": {
      "Id": 1,
      "Code": "text"
    },
    "RentAdjustmentUsage": {
      "Id": 1,
      "Code": "text"
    },
    "SurchargeBase": {
      "Id": 1,
      "Code": "text"
    },
    "Municipalities": [
      {
        "Id": 1,
        "Key": "text"
      }
    ],
    "ComparisonDetachedSemidetached": {
      "Id": 1,
      "Code": "text"
    }
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/{rentIndexId}/AgeClass HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "ConstructionYearFrom": 1,
    "ConstructionYearTo": 1
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/{rentIndexId}/ApartmentSizeClass HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "SquareMeterFrom": 1,
    "SquareMeterToExclusive": 1
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/{rentIndexId}/Area HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text"
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/{rentIndexId}/RemediationStatus HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text"
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/{rentIndexId}/Facility HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text"
  }
]
get
GET /openwowi/v1.2/RentAdjustment/RentIndex/Profiles HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "RentIndexTray": "text",
    "RentValue": 1,
    "RentLowerLimit": 1,
    "RentUpperLimit": 1,
    "StatisticAverage": 1,
    "RunningCostPortion": 1,
    "RentIndex": {
      "Id": 1,
      "Code": "text",
      "ValidFrom": "2025-04-26T11:38:30.794Z"
    },
    "AgeClass": {
      "Id": 1,
      "Code": "text",
      "ConstructionYearFrom": 1,
      "ConstructionYearTo": 1
    },
    "ApartmentSizeClass": {
      "Id": 1,
      "Code": "text",
      "SquareMeterFrom": 1,
      "SquareMeterToExclusive": 1
    },
    "Location": {
      "Id": 1,
      "Code": "text"
    },
    "Area": {
      "Id": 1,
      "Code": "text"
    },
    "Facility": {
      "Id": 1,
      "Code": "text"
    },
    "RemediationStatus": {
      "Id": 1,
      "Code": "text"
    }
  }
]
get
GET /openwowi/v1.2/RentAdjustment/UseUnitRentAdjustments HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "AdjustmentBlocker": "2025-04-26T11:38:30.794Z",
    "SquareMeterLivingSpace": 1,
    "MoveInDate": "2025-04-26T11:38:30.794Z",
    "CapLimitAbsoluteSqm": 1,
    "TextForDifferentRating": "text",
    "AdjustmentDate": "2025-04-26T11:38:30.794Z",
    "ComparableRentOfAnArea": 1,
    "IncreaseAmount": 1,
    "ModernisingByRentIndex": true,
    "HousingQualityPointsComparisonObject": 1,
    "UseUnit": {
      "Id": 1,
      "UseUnitNumber": "text",
      "BuildingLandId": 1,
      "EconomicUnitId": 1,
      "EconomicUnit": "text"
    },
    "LegalState": {
      "Id": 1,
      "Code": "text"
    },
    "Municipality": {
      "Id": 1,
      "Key": "text"
    },
    "CapLimit": {
      "Id": 1,
      "Code": "text",
      "Percentage": 1
    },
    "SurchargeList": [
      {
        "Id": 1,
        "SpecialAttribute": {
          "Id": 1,
          "Code": "text",
          "SurchargeReduction": true
        },
        "Amount": 1,
        "Percent": 1
      }
    ],
    "FacilityCharacteristics": [
      {
        "Id": 1,
        "Code": "text",
        "EffectiveValue": "text"
      }
    ],
    "RentIndexDetails": [
      {
        "Id": 1,
        "RentIndex": {
          "Id": 1,
          "Code": "text",
          "ValidFrom": "2025-04-26T11:38:30.794Z"
        },
        "GivenRatingForRentIndex": {
          "Id": 1,
          "RentIndexId": 1,
          "RentIndexTray": "text"
        },
        "AgeClass": {
          "Id": 1,
          "Code": "text",
          "ConstructionYearFrom": 1,
          "ConstructionYearTo": 1
        },
        "ApartmentSizeClass": {
          "Id": 1,
          "Code": "text",
          "SquareMeterFrom": 1,
          "SquareMeterToExclusive": 1
        },
        "Area": {
          "Id": 1,
          "Code": "text"
        },
        "Facility": {
          "Id": 1,
          "Code": "text"
        },
        "RemediationStatus": {
          "Id": 1,
          "Code": "text"
        },
        "LocationCode": "text"
      }
    ]
  }
]