Sample Request Message
LeasePak Documentation Suite NETSOL website
getLesseeExposure

(mPower icon) LPSearch

getLesseeExposure

Sample Request Message

The input for this method is a lessee number.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getLesseeExposure>
			<!--Optional:-->
			<urn:lessee>28</urn:lessee>
		</urn:getLesseeExposure>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Request Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getLesseeExposure>
			<!--Optional:-->
			<urn:lessee>888</urn:lessee>
		</urn:getLesseeExposure>
	</soapenv:Body>
</soapenv:Envelope>