POST BankAccount/Save
Saves the specified bank account.
Request Information
URI Parameters
None.
Body Parameters
The bank account.
Bank Account| Name | 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. |
Request 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": "2025-12-14",
"Created": "2025-12-14"
},
"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": "2025-12-14",
"FirstImportDate": "2025-12-14",
"Balance": 1.0,
"BankAccountId": 1,
"BankAccountName": "sample string 5",
"LastRefreshStatusId": 6
},
"LastTransactionDate": "2025-12-14",
"LastImportDate": "2025-12-14",
"HasTransactionsWaitingForReview": true,
"HasActivity": true,
"DefaultPaymentMethodId": 1,
"PaymentMethod": 1,
"Modified": "2025-12-14",
"Created": "2025-12-14",
"CurrencyId": 1,
"ID": 13
}
Response Information
Resource Description
Bank Account| Name | 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": "2025-12-14",
"Created": "2025-12-14"
},
"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": "2025-12-14",
"FirstImportDate": "2025-12-14",
"Balance": 1.0,
"BankAccountId": 1,
"BankAccountName": "sample string 5",
"LastRefreshStatusId": 6
},
"LastTransactionDate": "2025-12-14",
"LastImportDate": "2025-12-14",
"HasTransactionsWaitingForReview": true,
"HasActivity": true,
"DefaultPaymentMethodId": 1,
"PaymentMethod": 1,
"Modified": "2025-12-14",
"Created": "2025-12-14",
"CurrencyId": 1,
"ID": 13
}