Sample Request Message
LeasePak Documentation Suite NETSOL website
retrieve

(mPower icon) LPVendor

retrieve

Sample Request Message

The method takes vendorNumber to retrieve a vendor record.

Sample Request Message With SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPVendor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieve>
			<urn:vendorNumber>3</urn:vendorNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message With SOAP (Invalid Input)
Example: Invalid vendorNumber.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPVendor">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieve>
			<urn:vendorNumber>aa</urn:vendorNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>