Added journal reversals.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user