-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sumanth edited this page Apr 1, 2019
·
5 revisions
Welcome to the MobileMoneyTransferApp wiki!
This application is basically to create Accounts and to transfer money between accounts.
To Create a new Account -> http://localhost:8080/MobileMoneyTransferApp/webapi/account
Body :
{ "accountId": 101, "balance": 500 }
To Get all Accounts -> http://localhost:8080/MobileMoneyTransferApp/webapi/account
To Get Account By Id -> http://localhost:8080/MobileMoneyTransferApp/webapi/account/101
To transfer between accounts please create minimum 2 or more accounts