Amounts are not automatically recalculated correctly by default — a rounding item is added instead.
If you want to recalculate the amounts, use previousValue as shown in the example below:
{
"winstrom": {
"faktura-vydana": [
{
"id": "code:FAKTURA123",
"datVyst": "2024-05-28",
"datVyst@previousValue": "2024-06-18",
"kurz": "24.645",
"kurz@previousValue": "24.70"
}
]
}
}