LPLookupThe input for this method is a financial institution prime rate bank ID and a month value the financial institution was entered.
<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>