go back to OtherChargeService

GET /otherCharges/codes

Searches the database for charge codes matching the given request parameters.

Roles that can access this endpoint are Users.

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

Result

List < RowChargeCode > of type: application/xml application/json

a list of RowChargeCode objects

Try It Out

Request

- Authentication Help