GET BankAccount/Get/{id}
Gets the specified Bank Account based on the identifier.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The identifier. |
Body Parameters
None.
Response Information
Resource Description
Bank AccountName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
None. |
|
BankName | string |
None. |
|
AccountNumber | string |
None. |
|
BranchName | string |
None. |
|
BranchNumber | string |
None. |
|
Category | Bank Account Category |
None. |
|
Active | bool |
None. |
|
Default | bool |
None. |
|
Balance | decimal |
Read Only / System Generated |
|
Description | string |
None. |
|
BankFeedAccount | Bank Feed Account |
None. |
|
LastTransactionDate | nullable date |
None. |
|
LastImportDate | nullable date |
None. |
|
HasTransactionsWaitingForReview | bool |
None. |
|
HasActivity | bool |
Read Only / System Generated |
|
DefaultPaymentMethodId | nullable integer |
None. |
|
PaymentMethod | Payment Method |
None. |
|
Modified | nullable date |
Read Only / System Generated |
|
Created | nullable date |
Read Only / System Generated |
|
CurrencyId | nullable integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "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 }