abdul-haleem / polariserp

0 stars 0 forks source link

Crud Web Controllers #3

Open abdul-haleem opened 6 years ago

abdul-haleem commented 6 years ago

Product: 0- Create multiple or single product(s).
1- get All with pagination 2- Get Single Product (product code, product name) 3- Save 4 -Update 5-Delete

abdul-haleem commented 6 years ago

HTTP Methods to use: get - GET save / create- POST update - PUT delete - DELETE