CentralBankCodes
Queryable, Introduced in version 2.28
GET https://localhost:8001/sv/001.1/api/v1/Common/CentralBankCodes
Represents a central bank code.
GUID
7E13F0A1-0ADF-48D6-8E02-D3112C6D336F
Required permission
Show bank settings
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the central bank code. |
|
Code | String | The code of the central bank code.
|
|
Description | String | The description of the central bank code. |
|
IsDefault | Boolean | Specifies if the bank code is default. |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"IsDefault": false
}