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 |
AccountBalance |
Aggregate |
1..n | ||
Attr. |
Date | Date |
1 | Date of balance |
2024-09-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 |
Did you find it helpful? Yes No
Send feedback