GET BankAccount/Get
Gets a list of Bank Accounts.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Bank AccountName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Bank Account |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "Name": "sample string 2", "BankName": "sample string 3", "AccountNumber": "sample string 4", "BranchName": "sample string 5", "BranchNumber": "sample string 6", "Category": { "Description": "sample string 1", "ID": 2, "Modified": "2024-11-15", "Created": "2024-11-15" }, "Active": true, "Default": true, "Balance": 9.0, "Description": "sample string 10", "BankFeedAccount": { "ID": 1, "BankFeedAccountGroupId": 2, "BankFeedAccountGroup": { "ID": 1, "BankFeedProviderId": 2, "BankFeedProviderTypeId": 3, "Description": "sample string 4", "Identifier": "sample string 5", "RequiresAdditionalAuthentication": true, "LastRefreshStatusId": 7 }, "Description": "sample string 3", "Identifier": "sample string 4", "LastRefreshDate": "2024-11-15", "FirstImportDate": "2024-11-15", "Balance": 1.0, "BankAccountId": 1, "BankAccountName": "sample string 5", "LastRefreshStatusId": 6 }, "LastTransactionDate": "2024-11-15", "LastImportDate": "2024-11-15", "HasTransactionsWaitingForReview": true, "HasActivity": true, "DefaultPaymentMethodId": 1, "PaymentMethod": 1, "Modified": "2024-11-15", "Created": "2024-11-15", "CurrencyId": 1, "ID": 13 }, { "Name": "sample string 2", "BankName": "sample string 3", "AccountNumber": "sample string 4", "BranchName": "sample string 5", "BranchNumber": "sample string 6", "Category": { "Description": "sample string 1", "ID": 2, "Modified": "2024-11-15", "Created": "2024-11-15" }, "Active": true, "Default": true, "Balance": 9.0, "Description": "sample string 10", "BankFeedAccount": { "ID": 1, "BankFeedAccountGroupId": 2, "BankFeedAccountGroup": { "ID": 1, "BankFeedProviderId": 2, "BankFeedProviderTypeId": 3, "Description": "sample string 4", "Identifier": "sample string 5", "RequiresAdditionalAuthentication": true, "LastRefreshStatusId": 7 }, "Description": "sample string 3", "Identifier": "sample string 4", "LastRefreshDate": "2024-11-15", "FirstImportDate": "2024-11-15", "Balance": 1.0, "BankAccountId": 1, "BankAccountName": "sample string 5", "LastRefreshStatusId": 6 }, "LastTransactionDate": "2024-11-15", "LastImportDate": "2024-11-15", "HasTransactionsWaitingForReview": true, "HasActivity": true, "DefaultPaymentMethodId": 1, "PaymentMethod": 1, "Modified": "2024-11-15", "Created": "2024-11-15", "CurrencyId": 1, "ID": 13 } ] }