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

Revision as of 15:22, 25 May 2022

Go to your Loan Iq Xml Client on path C:/ENV-Liq01/serverLiq/App/XmlClient/ :


- 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>

Warning With the XML client, mode "http connection", the only way to get working the grouped call is to use button "Send". If you use the second method, selecting the xml, right click, execute, it doesn't work