Billing System Service

Database : Readme : Last update 20/04/2021

Account

[POST] /api/v1/account/register [POST] /api/v1/account/login [GET] /api/v1/account/securityquestion [POST] /api/v1/account/forgotpassword [PUT] /api/v1/account/changepassword

Products

[POST] /api/v1/product [GET] /api/v1/product [GET] /api/v1/product/{product_id} [POST] /api/v1/product/update/{product_id} [DELETE] /api/v1/product/{product_id}

Sales

[POST] /api/v1/sales [GET] /api/v1/sales [GET] /api/v1/sales/{sales_id}

Purchase

[POST] /api/v1/purchase [GET] /api/v1/purchase [GET] /api/v1/purchase/{purchase_id}

Dashboard

[GET] /api/v1/dashboard/sales [GET] /api/v1/dashboard/purchase [GET] /api/v1/dashboard/products [GET] /api/v1/dashboard/recentbills/{limit} [GET] /api/v1/dashboard/statistics

Product Excel

[POST] /api/v1/importexcel