Viikon 35 viikkojulkaisussa rajapintaresurssiin accountbalance.nv tulee seuraavat muutokset:
- Uusi vapaaehtoinen parametri netvisorkeylist
- Nykyinen netvisorkey parametri ei ole enää pakollinen
- Jos kutsussa ei käytetä parametria netvisorkey tai netvisorkeylist, kutsu palauttaa kaikkien kirjanpidon tilien saldot
-Vastauksen alkuun lisätään uusi aggregaatti elementti AccountBalances, muutoin vastaus pysyy siitä eteenpäin ennallaan:
Level | Element | Type | Occurs | Description | Example |
root | Root | Aggr. | 1 | ||
1 | AccountBalances | Aggr. | 1 | ||
2 | Account | Aggr. | 1..n | ||
Attr. | Netvisorkey | Numeric | 1 | Netvisorkey of the account | 6 |
3 | AccountBalance | Aggr. | 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 |
In the week 35 release, the following changes will be made to the accountbalance.nv api resource:
- New optional parameter netvisorkeylist
- The current netvisorkey parameter is no longer mandatory
- If the netvisorkey or netvisorkeylist parameter is not used in the request, response returns the balances of all accounts
-A new aggregate element, AccountBalances, is added to the beginning of the response; otherwise, the response remains unchanged from that point onwards (check the table above)