Sample Request Message
LeasePak Documentation Suite NETSOL website
masterFinancial

(mPower icon) LPBookLease

masterFinancial

Sample Request Message
<?xml version="1.0"?>
<MASTER_FINANCIAL>
	<LEASE_RECORD>
		<lease>25</lease>
		<poolID>CORRECT1</poolID>
	</LEASE_RECORD>
</MASTER_FINANCIAL>
Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPBookLease">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:masterFinancial>
			<!--Optional:-->
			<urn:input><![CDATA[<?xml version="1.0"?>
			<MASTER_FINANCIAL>
				<LEASE_RECORD>
					<lease>25</lease>
					<poolID>CORRECT1</poolID>
				</LEASE_RECORD>
			</MASTER_FINANCIAL>
                ]]></urn:input>
		</urn:masterFinancial>
	</soapenv:Body>
</soapenv:Envelope>