Login

APIDescription
POST api/login/SignIn

No documentation available.

Suppliers

APIDescription
POST api/Suppliers/Register

No documentation available.

GET api/Suppliers/List

No documentation available.

GET api/Suppliers/GetById?IdSupplier={IdSupplier}

No documentation available.

Purchases

APIDescription
POST api/Purchases/Insert

No documentation available.

Customers

APIDescription
POST api/Customers/Register

No documentation available.

GET api/Customers/List

No documentation available.

GET api/Customers/GetById?IdCustomer={IdCustomer}

No documentation available.

OnlineSales

APIDescription
POST api/OnlineSales/Insert

No documentation available.

Categories

APIDescription
POST api/Categories/Insert

No documentation available.

PUT api/Categories/Update

No documentation available.

GET api/Categories/Search?name={name}

No documentation available.

GET api/Categories/List

No documentation available.

DELETE api/Categories/Delete?name={name}

No documentation available.

UploadFiles

APIDescription
GET api/UploadFiles/GetImagesByProductId?IdProduct={IdProduct}

No documentation available.

POST api/UploadFiles?Data={Data}&Proccess={Proccess}

No documentation available.

GET api/UploadFiles?ImageName={ImageName}

No documentation available.

PUT api/UploadFiles?Data={Data}&Proccess={Proccess}

No documentation available.

DELETE api/UploadFiles?ImageName={ImageName}

No documentation available.

InStoreSales

APIDescription
POST api/InStoreSales/Insert

No documentation available.

Sales

APIDescription
GET api/Sales/ListSales

No documentation available.

Carts

APIDescription
POST api/Carts/Create?idCustomer={idCustomer}

No documentation available.

POST api/Carts/AddItem?idCustomer={idCustomer}&idProduct={idProduct}&branchName={branchName}

No documentation available.

DELETE api/Carts/RemoveItem?idCustomer={idCustomer}&idProduct={idProduct}

No documentation available.

DELETE api/Carts/Clear?idCustomer={idCustomer}

No documentation available.

GET api/Carts/ListCartProducts?idCustomer={idCustomer}

No documentation available.

OnlineListingBySuppliers

APIDescription
POST api/OnlineListingBySuppliers/Add?IdSupplier={IdSupplier}&productName={productName}

No documentation available.

GET api/OnlineListingBySuppliers/List?IdSupplier={IdSupplier}

No documentation available.

PUT api/OnlineListingBySuppliers/Update

No documentation available.

DELETE api/OnlineListingBySuppliers/Delete?IdOnlineListingBySupplier={IdOnlineListingBySupplier}

No documentation available.

Products

APIDescription
POST api/Products/Insert

No documentation available.

PUT api/Products/Update

No documentation available.

GET api/Products/Search?id={id}

No documentation available.

GET api/Products/List

No documentation available.

GET api/Products/ListByBranchName?branchName={branchName}

No documentation available.

DELETE api/Products/Delete?id={id}

No documentation available.

OnlineListings

APIDescription
GET api/OnlineListings/List

No documentation available.

GET api/OnlineListings/GetById?IdOnlineListing={IdOnlineListing}

No documentation available.

GET api/OnlineListings/GetOnlineListingPublisherName?IdOnlineListing={IdOnlineListing}

No documentation available.

PUT api/OnlineListings/ActivateAndDeactivate?IdOnlineListing={IdOnlineListing}

No documentation available.

DELETE api/OnlineListings/Delete?IdOnlineListing={IdOnlineListing}

No documentation available.

OnlineListingOwns

APIDescription
POST api/OnlineListingOwns/Add?IdEmployee={IdEmployee}&productName={productName}

No documentation available.

GET api/OnlineListingOwns/List

No documentation available.

Employees

APIDescription
POST api/Employees/Register?branchName={branchName}

No documentation available.

GET api/Employees/List

No documentation available.

GET api/Employees/GetById?IdEmployee={IdEmployee}

No documentation available.

Branches

APIDescription
POST api/Branches/Insert

No documentation available.

PUT api/Branches/Update

No documentation available.

GET api/Branches/Search?name={name}

No documentation available.

GET api/Branches/SearchAll

No documentation available.

DELETE api/Branches/Delete?name={name}

No documentation available.

PUT api/Branches/UpdateOrAddItemToInventory?branchName={branchName}&IdProduct={IdProduct}&quantity={quantity}

No documentation available.

PUT api/Branches/UpdateInventory?branchName={branchName}&productName={productName}&quantity={quantity}

No documentation available.

PUT api/Branches/MoveEmployeeBetweenBranches?employeeId={employeeId}&newBranchName={newBranchName}

No documentation available.

Brands

APIDescription
POST api/Brands/Insert

No documentation available.

PUT api/Brands/Update

No documentation available.

GET api/Brands/Search?name={name}

No documentation available.

GET api/Brands/List

No documentation available.

DELETE api/Brands/Delete?name={name}

No documentation available.

Values

APIDescription
GET api/Values

No documentation available.

GET api/Values/{id}

No documentation available.

POST api/Values

No documentation available.

PUT api/Values/{id}

No documentation available.

DELETE api/Values/{id}

No documentation available.