Login
API | Description |
---|---|
POST api/login/SignIn |
No documentation available. |
Suppliers
API | Description |
---|---|
POST api/Suppliers/Register |
No documentation available. |
GET api/Suppliers/List |
No documentation available. |
GET api/Suppliers/GetById?IdSupplier={IdSupplier} |
No documentation available. |
Purchases
API | Description |
---|---|
POST api/Purchases/Insert |
No documentation available. |
Customers
API | Description |
---|---|
POST api/Customers/Register |
No documentation available. |
GET api/Customers/List |
No documentation available. |
GET api/Customers/GetById?IdCustomer={IdCustomer} |
No documentation available. |
OnlineSales
API | Description |
---|---|
POST api/OnlineSales/Insert |
No documentation available. |
Categories
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
POST api/InStoreSales/Insert |
No documentation available. |
Sales
API | Description |
---|---|
GET api/Sales/ListSales |
No documentation available. |
Carts
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
POST api/OnlineListingOwns/Add?IdEmployee={IdEmployee}&productName={productName} |
No documentation available. |
GET api/OnlineListingOwns/List |
No documentation available. |
Employees
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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
API | Description |
---|---|
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. |