Sample Request Message
LeasePak Documentation Suite NETSOL website
getR0601A

(mPower icon) LPReports

getR0601A

Sample Request Message without SOAP

The input for this method is a valid lease number. Enter a valid lease number to extract R0601A Delinquency 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:getR0601A>
			<!--Optional:-->
			<urn:leaseNumber>25</urn:leaseNumber>
		</urn:getR0601A>
	</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:getR0601A>
			<!--Optional:-->
			<urn:leaseNumber> </urn:leaseNumber>
		</urn:getR0601A>
	</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:getR0601A>
			<!--Optional:-->
			<urn:leaseNumber>25a</urn:leaseNumber>
		</urn:getR0601A>
	</soapenv:Body>
</soapenv:Envelope>