#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.
- If user is Employee , he gets 30% disc on billamount
BodyRequest: { "billAmount": 456, "productType": "CLOTHES", "userId": 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 }