Adding journal entries and database tables. Increased starting balances.
This commit is contained in:
@@ -11,7 +11,7 @@ Content-Type: application/json
|
||||
|
||||
{
|
||||
"accountId": 1,
|
||||
"amount": 5.0
|
||||
"amount": 500.0
|
||||
}
|
||||
|
||||
### Transfer Between Accounts
|
||||
@@ -22,5 +22,5 @@ Content-Type: application/json
|
||||
{
|
||||
"sourceAccountId": 1,
|
||||
"destinationAccountId": 2,
|
||||
"amount": 30.00
|
||||
"amount": 3000.00
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user