if agent dont change to appellant on submit appeal
This commit is contained in:
+8
-2
@@ -1847,12 +1847,18 @@ export const createContainerProxy = (containerName) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const sendCaseCompleteMessage = async (containerID, caseReference) => {
|
||||
export const sendCaseCompleteMessage = async (
|
||||
containerID,
|
||||
caseReference,
|
||||
typeofinvolvement
|
||||
) => {
|
||||
var queryUrl =
|
||||
"/api/file/createappealcompletemessage_api?container=" +
|
||||
containerID +
|
||||
"&tempcaseref=" +
|
||||
caseReference;
|
||||
caseReference +
|
||||
"&inv=" +
|
||||
typeofinvolvement;
|
||||
|
||||
var config = {
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user