go back to PayeeService

GET /payees/search

Searches the database for locations matching the given request parameters.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from tables:
  • payee - use no prefix
  • drs_payee - use drsPayee prefix
For example, /payees/search?state=AL&drsPayee.type_of=C would find carrier payees in the state of Alabama.
context HttpServletRequest

Result

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

a list of RowPayee objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help