Get list of banks
GET {{baseUrl}}/suppliers/types/banks?Term=magna id in elit&page=&pageSize=10
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Term | string | ||
page | null | The number of items to skip before starting to collect the result set | |
pageSize | number | The numbers of items to return. |
RESPONSES
status: OK
{"totalRecords":2,"page":"0","pageSize":10,"isNumberPagination":true,"pageCount":2,"items":[{"name":"ut commodo laboris Duis","code":"consectetur ullamco"},{"name":"aliquip dolore reprehen","code":"nulla nostr"}]}