Resource: accountbalance.nv

HTTP-method: GET

Retrieving the balance of accounts in Netvisor. The parameters netvisorkey and netvisorkeylist are optional parameters. If neither of these is used, the call returns information for all accounts.

Parameters used in the call:

Parameter Occurs
Description
Example
netvisorkey 0..1
Netvisorkey of the account 6
netvisorkeylist
0..1 Comma separated Netvisorkeys 6,7,8
balancedates
1 Fetch account balances from a date range or separate dates according to the intervaltype parameter. Dates are separated by commas. 2024-09-01,2024-09-30
intervaltype 0...1 If not given or 0, balances are fetched from separate dates defined by the balancedates parameter.
Otherwise, balances are fetched in defined steps inside the balancedates range. The balances of the first and last day are always fetched.
not given or 0 = no interval (separate dates).
1 = Day
2 = Week
3 = Month
4 = Year

Response:

Level Element Type Occurs Description Example
Root Root Aggregate 1    
1 AccountBalances Aggregate 1

2
Account Aggregate 1..n    
Attr.
Netvisorkey Numeric
1 Netvisorkey of the account  6
3 Number Numeric 1 Account number 1001
3 Name String 1 Account name in Finnish Perustamismenot
3 ForeignName String 0...1 Account name in English Formation expenses
3 ForeignName String 0...1 Account name in Swedish Grundläggningsutgifter
AccountBalance
Aggregate
1..n


Attr.
Date Date
1 Date of balance
2026-01-01
4
Debet Numeric
1 Debet sum of the account 150,22
4 Kredit Numeric
1 Kredit sum of the account 100,11
4 Balance Numeric
1 Balance of the account (Debet - Kredit) 50,11 


Change history

Date Change Description
19.2.2026
Added Number, Name and ForeignName EN/SE

We added the interface resource accountbalance.nv to return the account number and name in all languages used by the company.


This article has been translated using an AI-based translation tool. The contents or wording of these instructions may differ from those in other instructions or in the software.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.