Added journal reversals.

This commit is contained in:
2026-07-16 16:10:16 +02:00
parent e109c1c695
commit 50e74a0034
4 changed files with 32 additions and 34 deletions
@@ -22,7 +22,7 @@ Content-Type: application/json
{
"sourceAccountId": 1,
"destinationAccountId": 2,
"amount": 3000.00
"amount": 1000.00
}
### Reverse a Journal Entry
@@ -31,6 +31,6 @@ POST {{FinancialApi_HostAddress}}/journal/reverse
Content-Type: application/json
{
"originalJournalId": "AD4FC011-9979-4364-A0D4-2CCD922ECB5E",
"reason": "Incorrect Account"
"originalJournalId": "3E829F92-E2FA-4FCD-9B7B-E1B5AAC96FF1",
"reason": "Incorrect Account Fee"
}