BusinessContactBankAccounts
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Common/BusinessContactBankAccounts
Represents a business contact bank account.
GUID
2E25739E-28B0-4E9A-B1E0-E5F71BB65783
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the business contact bank account. |
|
ClearingNumber | String | The clearing number of the business contact bank account. |
|
ClearingSystem | String | The clearing system of the business contact bank account. |
|
CountryId | Int64 | The business key identifier of the business contact bank account country. References |
|
Country | Countries | The country of the business contact bank account.
|
|
CentralBankCodeId | Int64? | The business key identifier of the business contact bank account central bank code. References |
|
CentralBankCode | CentralBankCodes | The central bank code of the business contact bank account.
|
|
CurrencyId | Int64 | The business key identifier of the business contact bank account currency. References |
|
Currency | Currencies | The currency of the business contact bank account.
|
|
Type | Int32 | The type of the business contact bank account.
|
|
Number | String | The human readable identifier number of the business contact bank account.
|
|
BankIdentifierCode | String | The human readable identifier bank identifier code of the business contact bank account.
|
|
BankAddressId | Int64? | The business key identifier of the business contact bank account bank address. References Addresses |
|
BankAddress | Addresses | The bank address of the business contact bank account.
|
Example
{
"Id": 0,
"ClearingNumber": null,
"ClearingSystem": null,
"CountryId": 0,
"Country": null,
"CentralBankCodeId": null,
"CentralBankCode": null,
"CurrencyId": 0,
"Currency": null,
"Type": 0,
"Number": null,
"BankIdentifierCode": null,
"BankAddressId": null,
"BankAddress": null
}