get user information api changed,

merge-requests/6/head
Sikander Saleem 3 years ago
parent d770f078e7
commit 54ed5aac7d

@ -150,7 +150,7 @@ class WorkListApiClient {
}
Future<MemberInformationListModel> getUserInformation(int pSelectedResopID, String selectedEmployeeNumber) async {
String url = "${ApiConsts.erpRest}Get_UserInformation";
String url = "${ApiConsts.erpRest}Get_Notification_UserInformation";
Map<String, dynamic> postParams = {
"P_SELECTED_RESP_ID": pSelectedResopID,
"P_PAGE_LIMIT": 100,

Loading…
Cancel
Save