get
GET /openwowi/v1.2/AccountancyTransactionData/CollectiveAccount HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Correctable": {
      "Count": 1,
      "Amount": 1
    },
    "AccountStatement": {
      "Count": 1,
      "Amount": 1,
      "LastValueDate": "2025-04-26",
      "LastBookingDate": "2025-04-26"
    },
    "Bankaccount": {
      "NoRealBankAccount": true,
      "Iban": "text",
      "Bic": "text",
      "AccountHolder": "text"
    },
    "SepaCreditorIdentifier": {
      "IdNum": "text",
      "Description": "text"
    },
    "CollectiveAccountTypes": [
      {
        "Id": 1,
        "Code": "text"
      }
    ],
    "CollectiveAccountCompanyCodes": [
      {
        "CompanyCode": {
          "Id": 1,
          "Name": "text",
          "Code": "text"
        },
        "MasterAccounts": [
          {
            "Id": 1,
            "Code": "text",
            "Type": "text"
          }
        ]
      }
    ],
    "MasterAccountBalances": [
      {
        "CompanyCode": {
          "Id": 1,
          "Name": "text",
          "Code": "text"
        },
        "BalanceAt": "2025-04-26T12:19:51.295Z",
        "Balances": [
          {
            "Id": 1,
            "Code": "text",
            "Type": "text",
            "Balance": 1
          }
        ]
      }
    ]
  }
]