Added a transfer funds handler using a-frame and wolverine.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
GET {{FinancialApi_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
### Apply Fee to an Account
|
||||
|
||||
POST {{FinancialApi_HostAddress}}/accounts/apply-fee
|
||||
Accept: application/json
|
||||
@@ -14,4 +14,13 @@ Content-Type: application/json
|
||||
"amount": 5.0
|
||||
}
|
||||
|
||||
###
|
||||
### Transfer Between Accounts
|
||||
|
||||
POST {{FinancialApi_HostAddress}}/accounts/transfer
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"sourceAccountId": 1,
|
||||
"destinationAccountId": 2,
|
||||
"amount": 30.00
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user