Creating a Journal Reversal handler.
This commit is contained in:
@@ -24,3 +24,13 @@ Content-Type: application/json
|
||||
"destinationAccountId": 2,
|
||||
"amount": 3000.00
|
||||
}
|
||||
|
||||
### Reverse a Journal Entry
|
||||
|
||||
POST {{FinancialApi_HostAddress}}/journal/reverse
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"originalJournalId": "AD4FC011-9979-4364-A0D4-2CCD922ECB5E",
|
||||
"reason": "Incorrect Account"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user