Example of Price Parameter WS

IntegrateSimple
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pric="http://webservices.pricefx.eu/PricingParameterService"> <soapenv:Header/> <soapenv:Body> <pric:IntegrateSimple> <!--1 or more repetitions:--> <pric:Value> <!--You have a CHOICE of the next 2 items at this level--> <!-- <pric:lookupTable>?</pric:lookupTable>--> <pric:pricingParameterName>ExchangeRate</pric:pricingParameterName> <pric:name>CZK</pric:name> <pric:value>234.4</pric:value> </pric:Value> </pric:IntegrateSimple> </soapenv:Body> </soapenv:Envelope>

 

Loaddata Simple with lookupTable
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pric="http://webservices.pricefx.eu/PricingParameterService"> <soapenv:Header/> <soapenv:Body> <pric:LoaddataSimple> <!--1 or more repetitions:--> <pric:Value> <pric:lookupTable>2147484194</pric:lookupTable> <pric:name>CZK</pric:name> <pric:value>12.3</pric:value> </pric:Value> </pric:LoaddataSimple> </soapenv:Body> </soapenv:Envelope>

IntegrationManager version 5.8.0