Sample Request Message
LeasePak Documentation Suite NETSOL website
retrieve

(mPower icon) LPGuarantor

retrieve

Sample Request Message

The method requires a guarantorNumber to retrieve 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:retrieve>
			<urn:guarantorNumber>3011</urn:guarantorNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message With SOAP (Invalid Input)
Example: Invalid guarantorNumber.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieve>
			<urn:guarantorNumber>3101</urn:guarantorNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>