Request Reference Grid
LeasePak Documentation Suite NETSOL website
geoSearch

(mPower icon) LPSearch

geoSearch

Request Reference Grid

Request Parameters
No. Parameter Required Type Description
1 input Required string XML document to search for location codes of provided combination. For details of XML document, see below request reference grid parameters.

Request
Occurs LeasePak Database Datatype
Level Element Min Max Required Type Table Column Oracle Sybase Description
1 LPSEARCH 1 1 Required Root Element
1.1 programAction 1 1 Required String (2) programAction value can be 20, 21, and 30.
programAction 20 to search by location long names where state is required.
programAction 21 to search locations by state, county and city geo codes where geoCode is required.
programAction 30 to search for an exact match of state/city and state/city/county.
1.2 city 0 1 Conditional String (4) cy_s The city name is supported in lower case, and the comparison is case sensitive.
programAction 20 match only initial 3 characters of city name regardless user sends full city name or some initial characters.
1.3 county 0 1 Conditional String (4) ct_s The county name is supported in lower case, and the comparison is case sensitive.
1.4 state 0 1 Conditional String (2) st_s If programAction value is 20 then state is required. The state name is supported in lower case, and the comparison is case sensitive.
1.5 geoCode 0 1 Conditional String (9) State/County/City codes combination

If programAction value use 21 then geoCode is required e.g. 050010540
The initial 2 characters are used to compare to rst.geo_st_l field, 5 is for CA and it could be sent as 05.
Next 3 characters are for county geo code.
Next 4 characters are used for city codes.

1.6 uninc 0 1 Conditional String (1) Unincorporated:
0 - Actual city rates are returned.
1 - City rates are overridden with 0
1.7 useVehTaxRate 0 1 Optional String (1) Utilize Vehicle Tax Rate (Y/N)