Sample Response Message
LeasePak Documentation Suite NETSOL website
submitEOP

(mPower icon) LPEOP

submitEOP

Sample Successful Response without SOAP
<?xml version="1.0"?>
<LPEOP_INFO>
	<RESULT_RECORD>
		<TYPE>INFO</TYPE>
		<RECORD>SUBMIT_EOP</RECORD>
		<KEY>1</KEY>
		<FIELD>portfolio</FIELD>
		<MSGCODE>0</MSGCODE>
		<MSGTEXT>Successful.</MSGTEXT>
	</RESULT_RECORD>
</LPEOP_INFO>
Sample Error Response
<xml version="1.0">
<LPEOP_INFO>
	<RESULT_RECORD>
		<TYPE>ERROR</TYPE>
		<RECORD>SUBMIT_EOP</RECORD>
		<KEY>11</KEY>
		<FIELD>portfolio</FIELD>
		<MSGCODE>3021</MSGCODE>
		<MSGTEXT>Portfolio not found</MSGTEXT>
	</RESULT_RECORD>
</LPEOP_INFO>>
Sample Successful Response with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:submitEOPResponse xmlns:ns="urn:LPEOP">
			<ns:return><![CDATA[<?xml version="1.0"?>
			<LPEOP_INFO>
				<RESULT_RECORD>
					<TYPE>INFO</TYPE>
					<RECORD>SUBMIT_EOP</RECORD>
					<KEY>1</KEY>
					<FIELD>portfolio</FIELD>
					<MSGCODE>0</MSGCODE>
					<MSGTEXT>Successful.</MSGTEXT>
				</RESULT_RECORD>
			</LPEOP_INFO>         
			]]></ns:return>
		</ns:submitEOPResponse>
	</soapenv:Body>
</soapenv:Envelope>