updated view all
This commit is contained in:
+12
-11
@@ -998,17 +998,18 @@ export const createNewCaseBlob = (
|
||||
"&contactid=" +
|
||||
contactid +
|
||||
"&containername=" +
|
||||
containerName +
|
||||
hashAPIPath(
|
||||
"/api/file/createcase_api?appealTypeId=" +
|
||||
appealTypeId +
|
||||
"&lpaID=" +
|
||||
lpaID +
|
||||
"&contactid=" +
|
||||
contactid +
|
||||
"&containername=" +
|
||||
containerName
|
||||
);
|
||||
containerName;
|
||||
//+
|
||||
// hashAPIPath(
|
||||
// "/api/file/createcase_api?appealTypeId=" +
|
||||
// appealTypeId +
|
||||
// "&lpaID=" +
|
||||
// lpaID +
|
||||
// "&contactid=" +
|
||||
// contactid +
|
||||
// "&containername=" +
|
||||
// containerName
|
||||
// );
|
||||
|
||||
var config = {
|
||||
method: "post",
|
||||
|
||||
Reference in New Issue
Block a user