Last updated 11 months ago
Ab Version 1.2 können die Daten über den Parameter "AdditionalAccountType" im Endpunkt "Balances" gefiltert werden. Den Katalog finden Sie in den Stammdaten.
OK
const response = await fetch('/openwowi/v1.0/AccountancyTransactionData/MasterAccount/RentAccountBalances', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "CompanyCodeId": 1, "MasterAccountId": 1, "MasterAccountCode": "text", "MasterAccountName": "text", "FiscalYear": 1, "BookingPeriod": 1, "CarryForward": 1, "AmountDebit": 1, "AmountCredit": 1, "Balance": 1, "RentAccountId": 1, "RentAccountName": "text", "LicenseAgreementVNIdNum": "text" } ]