Sample Request Message
LeasePak Documentation Suite NETSOL website
getR0926

(mPower icon) LPReports

getR0926

Sample Request Message without SOAP

The input for this method is a valid lease number. Enter a valid lease number to extract R0926 Cash Control Payment History XML report.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getR0926>
			<!--Optional:-->
			<urn:leaseNumber>25</urn:leaseNumber>
		</urn:getR0926>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Error Message
Error: Request Message without Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getR0926>
			<!--Optional:-->
			<urn:leaseNumber></urn:leaseNumber>
		</urn:getR0926>
	</soapenv:Body>
</soapenv:Envelope>
Error: Request Message with Invalid Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getR0926>
			<!--Optional:-->
			<urn:leaseNumber>12345678901</urn:leaseNumber>
		</urn:getR0926>
	</soapenv:Body>
</soapenv:Envelope>