Sample Response Message
LeasePak Documentation Suite NETSOL website
masterFinancial

(mPower icon) LPBookLease

masterFinancial

Sample Successful Response without SOAP
<MASTER_FINANCIAL>
	<INFO>API Processing Started.</INFO>
	<INFO>Lease(25)Master financial information updated successfully.</INFO>
	<INFO>API Processing Completed.</INFO>
</MASTER_FINANCIAL>
Sample Error Response
<MASTER_FINANCIAL>
	<INFO>API Processing Started.</INFO>
	<ERROR>Lease(85)Lease does not exist.</ERROR>
	<INFO>API Processing Completed.</INFO>
</MASTER_FINANCIAL>
Sample Successful Response with SOAP
<MASTER_FINANCIAL>
	<INFO>API Processing Started.</INFO>
	<INFO>Lease(25)Master financial information updated successfully.</INFO>
	<INFO>API Processing Completed.</INFO>
</MASTER_FINANCIAL>
Sample Error Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Body>
		<ns:masterFinancialResponse xmlns:ns="urn:LPBookLease">
			<ns:return><![CDATA[
			<MASTER_FINANCIAL>
				<INFO>API Processing Started.</INFO>
				<ERROR>Lease(85)Lease does not exist.</ERROR>
				<INFO>API Processing Completed.</INFO>
			</MASTER_FINANCIAL>			
			]]></ns:return>
		</ns:masterFinancialResponse>
	</soapenv:Body>
</soapenv:Envelope>