Skip to content

Ajay-Addike/BankApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankApplication

Create User

Http method - Post

URL-localhost:9090/user/createUser

{

"email": "jeevan9948@gmail.com",

"firstName": "jeevan",

"lastName" : "B",

"contact": "7418529632",

"password": "136547890",

"userType" : "CUSTOMER",

"status" : "ACTIVE"

}

Delete User

Http Method - Delete

Url - localhost:9090/user/deleteUser/1

Deposite Amount

Http Method - Post

Url - localhost:9090/transaction/deposite

{

"amount": 1000,

"applicationUsed":"APP",

"toBankAccNum":"1610507530749",

"fromBankAccNum":"1610507594211"

}

With draw Amount

Http Method - Post

Url - localhost:9090/transaction/withdraw

{

"amount": 1000,

"applicationUsed":"APP",

"fromBankAccNum":"1610507530749"   

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages