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

From GUILLARD WIKI
Jump to navigation Jump to search
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>


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

Revision as of 15:23, 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