Hi Magnus, here it is: { "hold": { "value": false }, "transactionDate": { "value": "2022-01-17T00:00:00" }, "ledger": { "value": "802000" }, "autoReversing": { "value": false }, "description": { "value": "Test € 1.000,00 " }, "controlTotalInCurrency": { "value": 0 }, "createVatTransaction": { "value": false }, "skipVatAmountValidation": { "value": true }, "branch": { "value": "100" }, "currencyId": { "value": "EUR" }, "exchangeRate": { "value": 0 }, "journalTransactionLines": [ { "operation": "Insert", "lineNumber": { "value": 1 }, "accountNumber": { "value": "802000" }, "subaccount": [ { "segmentId": 1, "segmentValue": "BELGIUM" } ], "project": { "value": "X" }, "referenceNumber": { "value": "220041" }, "transactionDescription": { "value": "Test € 1.000,00 " }, "debitAmountInCurrency": { "value": 1000 }, "creditAmountInCurrency": { "value": 0 }, "branch": { "value": "100" }, "quantity": { "value": 1 } }, { "operation": "Insert", "lineNumber": { "value": 2 }, "accountNumber": { "value": "802000" }, "subaccount": [ { "segmentId": 1, "segmentValue": "OVERHEAD" } ], "project": { "value": "X" }, "referenceNumber": { "value": "220041" }, "transactionDescription": { "value": "CORRECTION - OVERHEAD" }, "debitAmountInCurrency": { "value": 0 }, "creditAmountInCurrency": { "value": 1000 }, "branch": { "value": "100" }, "quantity": { "value": 1 } } ] }
... View more