Skip to content

ishusinghal/StorePortal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StorePortal

#Please access this url for Swagger Documentation

This is the portal it actually offers the discount on netpayableamount on the basis of UserType, fore.g.

  1. If user is Employee , he gets 30% disc on billamount

BodyRequest: { "billAmount": 456, "productType": "CLOTHES", "userId": 1 }

  1. If user is Affililoyee , he gets 20% disc on billamount BodyRequest: { "billAmount": 456, "productType": "CLOTHES", "userId": 2 }

3.If user is Customer and he is purchasing products from store from last 2 years, he will get 5% disc,

BodyRequest: { "billAmount": 456, "productType": "CLOTHES", "userId": 3 }

About

StorePortalXebia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages