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
.
<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>
<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>