get
GET /openwowi/v1.2/RentAdjustmentCatalog/LegalState HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text"
  }
]
get
GET /openwowi/v1.2/RentAdjustmentCatalog/Municipality HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Key": "text",
    "Description": "text",
    "MunicipalityType": {
      "Id": 1,
      "Code": "text"
    }
  }
]
get
GET /openwowi/v1.2/RentAdjustmentCatalog/CapLimit HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Percentage": 1
  }
]
get
GET /openwowi/v1.2/RentAdjustmentCatalog/SpecialAttribute HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "SurchargeReduction": true
  }
]
get
GET /openwowi/v1.2/RentAdjustmentCatalog/FacilityCharacteristicGroup HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "PercentValue": 1
  }
]
get
GET /openwowi/v1.2/RentAdjustmentCatalog/FacilityCharacteristic HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "IsPositive": true,
    "Group": {
      "Id": 1,
      "Code": "text",
      "PercentValue": 1
    },
    "Municipality": {
      "Id": 1,
      "Key": "text"
    }
  }
]