get
GET /openwowi/v1.2/RentAccounting/ContractSecurity HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "IdNum": "text",
    "ValidFrom": "2025-04-26",
    "ValidTo": "2025-04-26",
    "CollateralDebitAmount": 1,
    "CollateralActualAmount": 1,
    "CollateralDate": "2025-04-26",
    "RateAgreement": true,
    "ContractNote": "text",
    "LicenseAgreement": {
      "Id": 1,
      "IdNum": "text",
      "UseUnit": {
        "Id": 1,
        "UseUnitNumber": "text"
      }
    },
    "Type": {
      "Id": 1,
      "Code": "text"
    },
    "Banking": {
      "Id": 1,
      "UseVirtualIban": true,
      "VirtualIban": "text",
      "FormerVirtualIban": "text",
      "CollectiveAccount": {
        "NoRealBankAccount": true,
        "Iban": "text",
        "Bic": "text",
        "AccountHolder": "text"
      }
    }
  }
]
get
GET /openwowi/v1.0/RentAccounting/ContractSecurity HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "LicenseAgreementId": 1,
    "ContractSecurityTypeId": 1,
    "ContractSecurityType": "text",
    "ValidFrom": "2025-04-26",
    "ValidTo": "2025-04-26",
    "CollateralDebitAmount": 1,
    "CollateralActualAmount": 1,
    "CollateralDate": "2025-04-26",
    "Rates": true,
    "FormerVirtualIban": "text",
    "ContractNote": "text"
  }
]