Request Information
Method returns list of banks.
Example URL:
v2.0/Banks
None.
None.
Response Information
IPageOfBankApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Data |
List of entities on this page |
Collection of BankApiModel |
None. |
TotalItems |
Total number of entries |
integer |
None. |
TotalPages |
Total number of pages |
integer |
None. |
Sample:
{ "Data": [ { "Code": "sample string 1", "Country": { "Code": "sample string 1", "Currency": { "Code": "sample string 1", "Country": "sample string 2", "Name": "sample string 3", "Priority": 4, "Symbol": "sample string 5", "Id": 6 }, "CurrencyId": 2, "DateLastChange": "2024-11-07T18:56:22.9181577+00:00", "Name": "sample string 4", "NameEnglish": "sample string 5", "IsEuMember": true, "Id": 7 }, "CountryId": 2, "DateLastChange": "2024-11-07T18:56:22.9181577+00:00", "Name": "sample string 4", "NumberCode": "sample string 5", "Swift": "sample string 6", "IsOutOfDate": true, "Id": 8 } ], "TotalItems": 1, "TotalPages": 1 }
Sample:
Sample not available.
Sample:
Sample not available.