Sample Request Message
LeasePak Documentation Suite NETSOL website
getBaseRates

(mPower icon) LPLookup

getBaseRates

Sample Request Message

The input for this method is a financial institution prime rate bank ID and a month value the financial institution was entered.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPLookup">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getBaseRates>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
				<LPLOOKUP>
					<primeRateBankNumber>   1</primeRateBankNumber>
					<month>202303</month>
				</LPLOOKUP>
            ]]></urn:input>
		</urn:getBaseRates>
	</soapenv:Body>
</soapenv:Envelope>