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

From GUILLARD WIKI
Jump to navigation Jump to search
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"?>
Line 12: Line 10:
</GroupedCall>
</GroupedCall>
</syntaxhighlight>
</syntaxhighlight>
<b>Warning !</b>
<br>With the XML client, mode "http connection", the only way to get working the grouped call is to use button "Send".
<br>If you use the second method, selecting the xml, right click, execute, it doesn't work

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>