Searches the database for charge codes matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
of fields from the charge_code table
For example, /otherCharges/codes/search?is_taxable=Y&descr=Fuel*
would find taxable charge codes having a description that starts with 'Fuel'. |
context | HttpServletRequest |
a list of RowChargeCode objects