Please enable JavaScript.
Coggle requires JavaScript to display documents.
MiltoBank - Coggle Diagram
MiltoBank
API
/transfer
POST
Transfers money from one account to another within the same bank
/deposit
POST
Deposits money into an account
/withdraw
POST
Withdraws money from an account
/users
/:userID
/accounts
POST
Adds a new account for a user
GET
Gets the accounts of a user
/:accountNumber
GET
Gets an account of a user by accountNumber
/balances
GET
Gets the balances of an account
/beneficiaries
/:beneficiaryID
GET
Gets a beneficiary of an account
PUT
Updates a beneficiary of an account
GET
Gets the beneficiaries of an account
POST
Adds a new beneficiary to an account
GET
Gets a user by ID
POST
Registers a new user
GET
Gets list of users