Application Booking Process - Appendix D
LeasePak Documentation Suite NETSOL website
Application Booking Process - Appendices

(mPower icon) Basic mPower Application Booking Process

Application Booking Process - Appendix D

Sample SOAP request message to submit to batchApplication method of MsiAppOriginator service:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:MsiAppOriginator">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:batchApplication>
			<urn:applicationNumber>APP1003</urn:applicationNumber>
			<urn:pendingAssetsOnly>false</urn:pendingAssetsOnly>
			<urn:disburseChecks>false</urn:disburseChecks>
		</urn:batchApplication>
	</soapenv:Body>
</soapenv:Envelope>