aaa
This commit is contained in:
@@ -58,6 +58,12 @@ class ApiEndpoints {
|
||||
/// Response: List of products
|
||||
static const String products = '/portalProduct/getAllProduct';
|
||||
|
||||
/// Get product stage in warehouse
|
||||
/// POST: /portalWareHouse/GetProductStageInWareHouse
|
||||
/// Body: { "WareHouseId": int, "ProductId": int }
|
||||
/// Response: Product details with stage information
|
||||
static const String productDetail = '/portalWareHouse/GetProductStageInWareHouse';
|
||||
|
||||
/// Get product by ID
|
||||
/// GET: (requires auth token)
|
||||
/// Parameter: productId
|
||||
|
||||
Reference in New Issue
Block a user