Resurssi: accountbalance.nv
HTTP-metodi: GET
Querystring parameters:
Parameter name | Occurs | Description | Example |
netvisorkey | 1 | Netvisorkey of the account | 6 |
balancedates | 1 | Fetch account balances from date interval or separate dates depending of the intervaltype parameter. Dates are comma separated. | 2024-09-01,2024-09-30 |
intervaltype | 0...1 | If not given or 0 then balances are fetched from separate dates defined by the balancedates parameter Otherwise balances are fetched in defined steps inside the balancedates interval. 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 name | Type and length | Occurs | Description | Example |
root | Root | Aggr. | 1 | ||
1 | Account | Aggr. | 1 | ||
Attr. | Netvisorkey | Numeric | 1 | Netvisorkey of the account | 6 |
2 | AccountBalance | Aggr. | 1...n | ||
Attr. | Date | Date | 1 | Date of the balance | 2024-09-01 |
3 | Debet | Numeric | 1 | Debet sum of the account | 150,22 |
3 | Kredit | Numeric | 1 | Kredit sum of the account | 100,11 |
3 | Balance | Numeric | 1 | Balance of the account (Debet - Kredit) | 50,11 |
Did you find it helpful? Yes No
Send feedback