Purchase
| API | Description |
|---|---|
| POST api/Purchase/SavePurchaseDetails |
No documentation available. |
| GET api/Purchase/GetPurchaseDetails?PurchaseId={PurchaseId} |
No documentation available. |
| GET api/Purchase/GetAllPurchaseDetails?SupplierId={SupplierId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |
Master
| API | Description |
|---|---|
| POST api/Master/SaveCustomer |
No documentation available. |
| GET api/Master/GetAllCustomers |
No documentation available. |
| POST api/Master/SaveJobType |
No documentation available. |
| GET api/Master/GetAllJobTypes |
No documentation available. |
| POST api/Master/SaveJobSubType |
No documentation available. |
| GET api/Master/GetAllJobSubTypes |
No documentation available. |
| POST api/Master/SaveMaterial |
No documentation available. |
| GET api/Master/GetAllMaterials |
No documentation available. |
| POST api/Master/SaveSupplier |
No documentation available. |
| GET api/Master/GetAllSuppliers |
No documentation available. |
| GET api/Master/GetAllUnits |
No documentation available. |
| POST api/Master/SaveUnit |
No documentation available. |
Job
| API | Description |
|---|---|
| POST api/Job/SaveJobDetails |
No documentation available. |
| GET api/Job/GetAllJobDetails?StatusId={StatusId}&StartDate={StartDate}&EndDate={EndDate}&CustomerId={CustomerId} |
No documentation available. |
| GET api/Job/GetJobDetails?JobId={JobId} |
No documentation available. |
| GET api/Job/GetTechnicianWiseJobReport?TechnicianId={TechnicianId}&StatusId={StatusId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |
| GET api/Job/ChangeJobStatus?JobId={JobId}&StatusId={StatusId}&UserId={UserId}&TechnicianNotes={TechnicianNotes} |
No documentation available. |
| POST api/Job/SaveJobMaterials |
No documentation available. |
| GET api/Job/GetJobMaterialsReport?CustomerId={CustomerId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |
User
| API | Description |
|---|---|
| POST api/User/Authenticate |
No documentation available. |
| POST api/User/UpdatePassword |
No documentation available. |
| POST api/User/SaveUser |
No documentation available. |
| GET api/User/GetAllUsers |
No documentation available. |
Report
| API | Description |
|---|---|
| GET api/Report/GetMaterialStockReport?MaterialId={MaterialId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |
| GET api/Report/SendJobReportViaEmail?StatusId={StatusId}&StartDate={StartDate}&EndDate={EndDate}&CustomerId={CustomerId} |
No documentation available. |
| GET api/Report/SendTechnicianJobReportViaEmail?TechnicianId={TechnicianId}&StatusId={StatusId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |
| GET api/Report/SendPurchaseReportViaEmail?SupplierId={SupplierId}&StartDate={StartDate}&EndDate={EndDate} |
No documentation available. |