Sample Request Message
LeasePak Documentation Suite NETSOL website
delete

(mPower icon) LPGuarantor

delete

Sample Request Message without SOAP

The method take guarantorNumber and ckecksum to delete a guarantor record.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<!--Optional:-->
			<urn:guarantorNumber>3011</urn:guarantorNumber>
			<!--Optional:-->
			<urn:clientRelChecksum>6623149b91326ce1983cacf17759524f</urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message with SOAP (invalid input)

Example: Invalid checksum.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:delete>
			<!--Optional:-->
			<urn:guarantorNumber>3011</urn:guarantorNumber>
			<!--Optional:-->
			<urn:clientRelChecksum>6623149b91383cacf17759524f</urn:clientRelChecksum>
		</urn:delete>
	</soapenv:Body>
</soapenv:Envelope>