add dropdown

This commit is contained in:
Phuoc Nguyen
2025-10-28 16:24:17 +07:00
parent 0010446298
commit 5cfc56f40d
20 changed files with 912 additions and 12 deletions

View File

@@ -34,6 +34,13 @@ class ApiEndpoints {
/// GET: (requires auth token)
static const String profile = '$apiVersion/auth/profile';
// ==================== User Endpoints ====================
/// Get all users (short info)
/// GET: /PortalUser/GetAllMemberUserShortInfo (requires auth token)
/// Response: List of users
static const String users = '/PortalUser/GetAllMemberUserShortInfo';
// ==================== Warehouse Endpoints ====================
/// Get all warehouses