go back to SettlementService

GET /settlements/search

Searches the database for settlements matching the given request parameters.

Parameters

name description type default type
request the HttpServletRequest from the container on which we call getParameterMap() context HttpServletRequest

Result

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

a list of settlement objects

Try It Out

Request

- Authentication Help