From 54ed5aac7d99ad97a38d6b5e0286e3bb98f6c5c4 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Sun, 12 Feb 2023 11:00:08 +0300 Subject: [PATCH] get user information api changed, --- lib/api/worklist/worklist_api_client.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/worklist/worklist_api_client.dart b/lib/api/worklist/worklist_api_client.dart index 82b865c..de65d35 100644 --- a/lib/api/worklist/worklist_api_client.dart +++ b/lib/api/worklist/worklist_api_client.dart @@ -150,7 +150,7 @@ class WorkListApiClient { } Future getUserInformation(int pSelectedResopID, String selectedEmployeeNumber) async { - String url = "${ApiConsts.erpRest}Get_UserInformation"; + String url = "${ApiConsts.erpRest}Get_Notification_UserInformation"; Map postParams = { "P_SELECTED_RESP_ID": pSelectedResopID, "P_PAGE_LIMIT": 100,