Sample Response Message
LeasePak Documentation Suite NETSOL website
disburseCheck

(mPower icon) LPBookLease

disburseCheck

Sample Successful Response without SOAP
<CHECK_UPDATE>
	<INFO>API Processing Started.</INFO>
	<INFO>ASSET:(43)disbursed successfully.</INFO>
	<INFO>API Processing Completed.</INFO>
</CHECK_UPDATE>
Sample Error Response without SOAP
<CHECK_UPDATE>
	<INFO>API Processing Started.</INFO>
	<ERROR>ASSET:(78)Required field [disbursementType] is missing.</ERROR>
	<INFO>API Processing Completed.</INFO>
</CHECK_UPDATE>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:disburseCheckResponse xmlns:ns="urn:LPBookLease">
			<ns:return><![CDATA[
			<CHECK_UPDATE>
				<INFO>API Processing Started.</INFO>
				<INFO>ASSET:(43)disbursed successfully.</INFO>
				<INFO>API Processing Completed.</INFO>
			</CHECK_UPDATE>         
         ]]></ns:return>
		</ns:disburseCheckResponse>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:disburseCheckResponse xmlns:ns="urn:LPBookLease">
			<ns:return><![CDATA[
			<CHECK_UPDATE>
				<INFO>API Processing Started.</INFO>
				<ERROR>ASSET:(78)Required field [disbursementType] is missing.</ERROR>
				<INFO>API Processing Completed.</INFO>
			</CHECK_UPDATE>
         ]]></ns:return>
		</ns:disburseCheckResponse>
	</soapenv:Body>
</soapenv:Envelope>