BankAccounts
Queryable, Introduced in version 24.2
GET https://localhost:8001/sv/001.1/api/v1/Accounting/BankAccounts
Represents a bank account.
GUID
189F4F6B-16E0-4A8B-9DA6-F6D37DC4DA3C
Required permission
Show bank settings
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the bank account. |
|
| Code | String | The human readable identifier of the bank account.
|
|
| Description | String | The translated description of the bank account. |
|
| Type | Int32 | The bank account's type.
|
|
| Number | String | The bank account's number.
|
|
| BgNumber | String | The bank account's bankgiro number.
|
|
| PgNumber | String | The bank account's plusgiro number.
|
|
| BankIdentifierCode | String | The bank account's bank identifier code.
|
|
| CurrencyId | Int64 | The business key identifier of the bank account's currency.
|
|
| AccountingAccountId | Int64 | The business key identifier of the bank account's accounting account.
|
|
| BankAddressId | Int64 | The business key identifier of the bank account's bank address.
|
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Type": 0,
"Number": null,
"BgNumber": null,
"PgNumber": null,
"BankIdentifierCode": null,
"CurrencyId": 0,
"AccountingAccountId": 0,
"BankAddressId": 0
}