Difference between revisions of "LOAN IQ Technical - Get all legacy CPP LIQ APIs"

From GUILLARD WIKI
Jump to navigation Jump to search
(Created page with "Go to your Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open file named C:/ENV-Liq01/serverLiq/<b>liqcppapidefinitions.xml</b> and you will find list of functions and arguments : - Example how to call them : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE CppApiFunctionCallSequence SYSTEM "CppApiFunctionCallSequence.dtd"> <CppApiFunctionCallSequence version="1.0" commit="Y"> <CppApiFunctionCall version="1.0" library="custapi"...")
 
 
Line 2: Line 2:


<br>- Open file named C:/ENV-Liq01/serverLiq/<b>liqcppapidefinitions.xml</b> and you will find list of functions and arguments :  
<br>- Open file named C:/ENV-Liq01/serverLiq/<b>liqcppapidefinitions.xml</b> and you will find list of functions and arguments :  
- Example how to call them :  
<br>- Example how to call them :  
<syntaxhighlight lang="linux">
<syntaxhighlight lang="linux">
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

Latest revision as of 13:24, 25 May 2022

Go to your Loan Iq server on path C:/ENV-Liq01/serverLiq/ :


- Open file named C:/ENV-Liq01/serverLiq/liqcppapidefinitions.xml and you will find list of functions and arguments :
- Example how to call them :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE CppApiFunctionCallSequence SYSTEM "CppApiFunctionCallSequence.dtd">
<CppApiFunctionCallSequence version="1.0" commit="Y">
<CppApiFunctionCall version="1.0" library="custapi" entryPoint="InsertCustomerServicingGroupRemAssoc">
  <Arg version="1.0" name="cServicingGroupId" value="AFJDK"></Arg>
  <Arg version="1.0" name="cRemittanceInstructionId" value="JGKJF"></Arg>
  <Arg version="1.0" name="cStandardInd" value="N"></Arg>
</CppApiFunctionCall>
</CppApiFunctionCallSequence>