geoSearch
The method geoSearch
retrieves tax information from the LeasePak database state and location tables used when booking a new asset(s). The method searches' for possible geocodes and tax rate for the new asset based on an asset address (whether the vehicle rates are indicated or not). This method will return geo codes and their corresponding rates.
The geoSearch method assumes the following conditions to successfully process and search for location codes and tax rates:
- A partial address information which includes the state and return possible geocode combinations.
- The rates for the geocode will be sent back when call with geocode is made through this method.
- The geocode locations only existing in LeasePak tax database will be accepted by this method. These tax rates appears on the U0701 Location update listed for "Current Vehicle tax rate".
- If a geocode is sent instead of an address, than this method converts the first two digits of the geocode to the corresponding state code as it exist in the rst State table within LeasePak.
- All assets must have the "Vehicle Use Tax Rates" field set to Y from update U0713 State ? 'Veh Tax Table' tab when selecting rates to return.
- City rates will not be returned when the unincorporated flag is on.
- Rates used for accruals will be returned. Rates used for payoff are not supported.
.
public java.lang.String geoSearch(java.lang.String input)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
input - - XML document to search for location codes of provided combination.
Table of Contents
- Reference Grid
-
Request Reference Grid
Response Reference Grid
- Schema (DTD)
-
Request DTD
Response DTD
- Schema (XSD)
-
Request XSD
Response XSD
- Sample Messages
-
Sample Request Message
Sample Response Message