Sample Request Message
LeasePak Documentation Suite NETSOL website
delete

(mPower icon) LPInvestor

delete

Sample Request Message

The method take investorNumber and clientRelChecksum to delete investor record.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<urn:investorNumber>20</urn:investorNumber>
			<urn:clientRelChecksum>99b3760a81516f9dbf1ad1c079680771</urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message with SOAP (invalid input)

Example: With BlankclientRelChecksum
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<urn:investorNumber>20</urn:investorNumber>
			<urn:clientRelChecksum></urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>