Sample Response Message
LeasePak Documentation Suite NETSOL website
retrieveStatus

(mPower icon) LPSuspendedEarnings

retrieveStatus

Sample Successful Response XML
<?xml version="1.0"?>
<LEASE_STATUS>
	<accruedToDate>032089</accruedToDate>
	<activityStatus>AXFR</activityStatus>
	<activityStatusDate>031489</activityStatusDate>
	<activityStatusLong>ACTIVE TRANSFERRED</activityStatusLong>
	<activitySubstatus>BK7A</activitySubstatus>
	<activitySubstatusLong>BANKRUPTCY 7A</activitySubstatusLong>
	<dlsChecksum>73ad6ea4ea02d48b63064d1d4aaf79c0</dlsChecksum>
	<lease>5</lease>
	<nextPaymentDueDate>042089</nextPaymentDueDate>
</LEASE_STATUS>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:retrieveStatusResponse xmlns:ns="urn:LPSuspendedEarnings">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LEASE_STATUS>
				<accruedToDate>032089</accruedToDate>
				<activityStatus>AXFR</activityStatus>
				<activityStatusDate>031489</activityStatusDate>
				<activityStatusLong>ACTIVE TRANSFERRED</activityStatusLong>
				<activitySubstatus>BK7A</activitySubstatus>
				<activitySubstatusLong>BANKRUPTCY 7A</activitySubstatusLong>
				<dlsChecksum>73ad6ea4ea02d48b63064d1d4aaf79c0</dlsChecksum>
				<lease>5</lease>
				<nextPaymentDueDate>042089</nextPaymentDueDate>
			</LEASE_STATUS>         
         ]]></ns:return>
		</ns:retrieveStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>
</pre>


Sample Error Response
When Lease record does not exist:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:retrieveStatusResponse xmlns:ns="urn:LPSuspendedEarnings">
			<ns:return>ERROR:4003:Lease (56) record does not exist.</ns:return>
		</ns:retrieveStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>
Response message when there is no input:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:retrieveStatusResponse xmlns:ns="urn:LPSuspendedEarnings">
			<ns:return>ERROR:4001:Lease number is required.</ns:return>
		</ns:retrieveStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>