Request Parameters | |||||
No. | Parameter | Required | Type | Description | |
1 | input | Required | string | XML document to search a client record. 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 | clientRelation | 1 | 1 | Required | String (3) | client_rel_s | ||||||
1.2 | shortname | 0 | 1 | Optional | String (25) | client_s_name_s | ||||||
1.3 | clientNumber | 0 | 1 | Optional | String (9) | client_id_s | ||||||
1.4 | ssnBusinessID | 0 | 1 | Optional | String (20) | ss_s | ||||||
1.5 | address1 | 0 | 1 | Optional | String (15) | short_add_s | ||||||
1.6 | city | 0 | 1 | Optional | String (9) | short_cty_s | ||||||
1.7 | state | 0 | 1 | Optional | String (2) | st_s | ||||||
1.8 | busPhone | 0 | 1 | Optional | String (10) | bus_phn_s | ||||||
1.9 | last_client_rec | 0 | 1 | Optional | String (25+9+3+1) | client_s_name_s || client_id_s || client_rel_s || client_dba_c > p_last_rec_v . Insert the last record response values in the above parameters from response of this method to extract next 20 records.
|