Sample Request Message
LeasePak Documentation Suite NETSOL website
retrieve

(mPower icon) LPBroker

retrieve

Sample Request Message

The method requires a brokerNumber to retrieve a broker record.

Sample Request Message With SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPBroker">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieve>
			<urn:brokerNumber>41</urn:brokerNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>
Sample Request Message With SOAP (Invalid Input)
Example: Invalid brokerNumber and does not exist.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPBroker">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:retrieve>
			<urn:brokerNumber>41.00</urn:brokerNumber>
		</urn:retrieve>
	</soapenv:Body>
</soapenv:Envelope>