Sample Request Message
LeasePak Documentation Suite NETSOL website
delete

(mPower icon) LPCustomer

delete

Sample Request Message

The method take customerNumber and clientRelChecksum to delete a customer record.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<!--Optional:-->
			<urn:customerNumber>42</urn:customerNumber>
			<!--Optional:-->
			<urn:clientRelChecksum>600197904be17911502426ca9db604cb</urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message with SOAP (invalid input)

Example: Invalid clientRelChecksum
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<!--Optional:-->
			<urn:customerNumber>42</urn:customerNumber>
			<!--Optional:-->
			<urn:clientRelChecksum>6CC197904ADe17911502426ca9db604cb</urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>