Sample Response Message
LeasePak Documentation Suite NETSOL website
updateStatus

(mPower icon) LPSuspendedEarnings

updateStatus

Sample Successful Response
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateStatusResponse xmlns:ns="urn:LPSuspendedEarnings">
			<ns:return>INFO:0000:Lease (         6) activity status has been successfully changed to HINS.</ns:return>
		</ns:updateStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response
When new acivity status is same as it was already:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:updateStatusResponse xmlns:ns="urn:LPSuspendedEarnings">
			<ns:return>ERROR:4005:Lease (         7) is already at the same activity status (ANOR).</ns:return>
		</ns:updateStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>