Merged PR 2432: Add myportal API grouping facade read slice
Add myportal API grouping facade read slice Related work items: #23754
This commit is contained in:
@@ -251,7 +251,7 @@ export const getAppealPDFDocument = async (incidentid) => {
|
||||
};
|
||||
|
||||
export const getPortalModuleDetails = async (appealType, caseReference) => {
|
||||
const route = buildFileQuery("/api/endpoint/getportalmoduledetails_api", {
|
||||
const route = buildFileQuery("/api/myportal/get-portal-module-details", {
|
||||
appealType,
|
||||
caseReference: encodeURI(caseReference)
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
} from "../clients/fileRouteBuilder";
|
||||
|
||||
export const getMyCases = (loggedInUserId) => {
|
||||
const route = buildFileQuery("/api/endpoint/getmycases_api", {
|
||||
const route = buildFileQuery("/api/myportal/get-my-cases", {
|
||||
loggedInUserId
|
||||
});
|
||||
|
||||
@@ -32,7 +32,7 @@ export const getMyInvolvements = async (loggedInUserId) => {
|
||||
};
|
||||
|
||||
export const getMyLPACases = (lpaid) => {
|
||||
const route = buildFileQuery("/api/endpoint/getmylpacases_api", {
|
||||
const route = buildFileQuery("/api/myportal/get-my-lpa-cases", {
|
||||
lpaid
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user