CurrencyExchangeTypes
Queryable, Introduced in version 22.9
GET https://localhost:8001/sv/001.1/api/v1/Common/CurrencyExchangeTypes
Represents a currency exchange type.
GUID
9d516f58-da27-405d-9df3-f5071859276d
Required permission
Show currencies
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the currency exchange type. |
|
Description | String | The translated description of the currency exchange type. |
|
IsDefaultAFSRate | Boolean | Specifies if default AFS rate. |
Example
{
"Id": 0,
"Description": null,
"IsDefaultAFSRate": false
}