Bankkonto/Sammelkonto Salden

Bankkonto Salden abrufen

Version 1.2


get
Authorizations
Query parameters
apiKeystringOptional
limitinteger · int32OptionalExample: 20
offsetinteger · int32Optional
companyCodeIdinteger · int32Optional
companyCodeCodestringOptional
ibanstringOptional
masterAccountBalanceAtstring · date-timeOptional
accountStatementLineBookingDateAtstring · date-timeOptional
accountStatementLineValueDateAtstring · date-timeOptional
includeMasterAccountInformationbooleanOptionalDefault: false
showNullValuesbooleanOptionalDefault: false
Responses
200
OK
get
GET /openwowi/v1.2/AccountancyTransactionData/CollectiveAccount HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Correctable": {
      "Count": 1,
      "Amount": 1
    },
    "AccountStatement": {
      "Count": 1,
      "Amount": 1,
      "LastValueDate": "2025-06-27",
      "LastBookingDate": "2025-06-27"
    },
    "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-06-27T10:48:52.733Z",
        "Balances": [
          {
            "Id": 1,
            "Code": "text",
            "Type": "text",
            "Balance": 1
          }
        ]
      }
    ]
  }
]

Last updated