Skip to content

mehmetkule/ps-billing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Member Account

Create:
- http://localhost:8080/member/v1/create

Delete:
- http://localhost:8080/member/v1/delete/{id}

Update:
- http://localhost:8080/member/v1/update/{id}

GET:
- http://localhost:8080/member/v1/{id}

Find Code
- http://localhost:8080/member/v1/code/{code}

Get All:
- http://localhost:8080/member/v1/all

Invoice

Create:
- http://localhost:8080/invoice/v1/create

Delete:
- http://localhost:8080/invoice/v1/delete/{id}

Update:
- http://localhost:8080/invoice/v1/update/{id}

GET:
- http://localhost:8080/invoice/v1/{id}

Get All:
- http://localhost:8080/invoice/v1/all

Make Payment :
- http://localhost:8080/invoice/v1/payment/{invoiceType}/{memberCode}/{amount}

Inquire Payment:
- http://localhost:8080/invoice/v1/inquire/{invoiceType}/{memberCode}

Cancel Payment:
- http://localhost:8080/invoice/v1/cancel/{invoiceType}/{memberCode}/{amount}

Class Diagram


Project Structure

About

Bill Payment System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages