Sample Request Message
LeasePak Documentation Suite NETSOL website
getAllCodes

(mPower icon) LPSearch

getAllCodes

Sample Request Message

The input for this method is the date and time the table was last updated from the table mxd Last Update By. The format is YYYYMMDDHHMMSS.

Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getAllCodes>
			<!--Optional:-->
			<urn:dateLastUpdated>19890101000000000</urn:dateLastUpdated>
		</urn:getAllCodes>
	</soapenv:Body>
</soapenv:Envelope>
Sample Error Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSearch">
	<soapenv:Header/>
	<soapenv:Body>
		<urn:getAllCodes>
			<!--Optional:-->
			<urn:dateLastUpdated>198901000</urn:dateLastUpdated>
		</urn:getAllCodes>
	</soapenv:Body>
</soapenv:Envelope>