Difference between revisions of "LOAN IQ Technical - Grouped call LIQ APIs"

From GUILLARD WIKI
Jump to navigation Jump to search
(Created page with "Go to your Loan Iq Xml Client on path C:/ENV-Liq01/serverLiq/App/XmlClient/ : <br>- XML grouped call : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE GroupedCall SYSTEM "GroupedCall.dtd"> <GroupedCall version="1.0"> <UpdateAdditionalFields version="1.0" ownerId="dsfdsd" ownerType="DEA"> <AdditionalField version="1.0" fieldType="yourLabell" fieldValue="value1" deleteIndicator="N"/></UdpdateAddtionalFields> <UpdateAdditionalFields versi...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Go to your Loan Iq Xml Client on path C:/ENV-Liq01/serverLiq/App/XmlClient/ :
XML grouped call :
 
<br>- XML grouped call :
<syntaxhighlight lang="linux">
<syntaxhighlight lang="linux">
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>

Latest revision as of 15:24, 25 May 2022

XML grouped call :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE GroupedCall SYSTEM "GroupedCall.dtd">
<GroupedCall version="1.0">
<UpdateAdditionalFields version="1.0" ownerId="dsfdsd" ownerType="DEA">
<AdditionalField version="1.0" fieldType="yourLabell" fieldValue="value1" deleteIndicator="N"/></UdpdateAddtionalFields>
<UpdateAdditionalFields version="1.0" ownerId="adsfdd" ownerType="DEA">
<AdditionalField version="1.0" fieldType="yourLabel2" fieldValue="value2" deleteIndicator="N"/></UdpdateAddtionalFields>
</GroupedCall>