Product
| API | Description |
|---|---|
| GET api/Product/GetAllProductTypeandSubType |
No documentation available. |
| POST api/Product/GetItemWiseDetailsByProductTypeandSubType |
No documentation available. |
| POST api/Product/GetItemDetailsByItemCode |
No documentation available. |
| POST api/Product/FileReadWrite |
No documentation available. |
Customer
| API | Description |
|---|---|
| GET api/Customer/GetAllBranch |
Get all Branch GET: api/GetAllBranch |
| GET api/Customer/GetByBranch?BranchCode={BranchCode} |
Get Customer by BranchCode GET: api/GetCustomersByBranch |
| GET api/Customer/GetByCustomerCode?CustomerCode={CustomerCode} |
Get Customer by CustomerCode GET: api/GetCustomerDetailsByCustomerCode |
| GET api/Customer/GetBranchDetails?BranchCode={BranchCode} |
Get BranchDetails by BranchCode GET: api/GetBranchDetailsByBranch |
Item
| API | Description |
|---|---|
| GET api/Customer/GetAllItemGroup |
Get all ItemGroup GET: api/GetAllItemGroup |
| GET api/Customer/GetByItemGroup?ItemGroupCode={ItemGroupCode} |
Get ItemGroup by ItemGroupCode GET: api/GetByItemGroup |
| GET api/Customer/GetByItemCode?ITEMCODE={ITEMCODE} |
Get Item by ItemCode GET: api/GetByItemCode |