Get a capital source list

GET {{baseUrl}}/buyers/:buyerId/capitalsources?isActive=true&page=&pageSize=10

All filters are optionals and can be use to improve your search.

Request Params

KeyDatatypeRequiredDescription
isActiveboolean
pagenullThe number of items to skip before starting to collect the result set
pageSizenumberThe numbers of items to return.

RESPONSES

status: OK

{"totalRecords":2,"page":"0","pageSize":10,"isNumberPagination":true,"pageCount":2,"items":[{"id":"ec4f11a6-a630-4edf-a2ca-770d7f5bbbeb","name":"CapitalSouce Name","type":"Caixa de Terceiros","balance":0,"costRate":45073516.195201755,"rebate":-76637464.40127169,"isActive":false},{"id":"ec4f11a6-a630-4edf-a2ca-770d7f5bbbeb","name":"CapitalSouce Name","type":"Caixa de Terceiros","balance":0,"costRate":38570123.379319996,"rebate":-70328959.77566916,"isActive":true}]}