Currencies
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | True | Represents the unique ID of the currency. |
Name | String | False | Represents the name of the currency. |
Symbol | String | False | Represents the symbol of the currency. |
IsActive | Boolean | False | Represents the status of the currency. |
ExchangeRate | Double | False | Represents the exchange rate of the currency. |
FormatDecimalSeparator | String | False | The decimal separator separates the integer part of the currency from its fractional part. |
FormatThousandSeparator | String | False | The thousand separator separates groups of thousands in a currency. |
FormatDecimalPlaces | String | False | Represents the number of decimal places allowed for the currency. |
ModifiedByName | String | True | Represents the name of the user who last modified the currency details. |
ModifiedByid | String | True | Represents the ID of the user who last modified the currency details. |
PrefixSymbol | Boolean | False | Represents if the currency has a prefix symbol. |
IsBase | Boolean | True | Represents if the currency is the base currency. |
CreatedTime | Datetime | True | Represents the date and time at which the currency was created. |
Modifiedtime | Datetime | True | Represents the date and time at which the currency was last modified. |
ISO_Code | String | False | Represents the ISO code of the currency. |
Last updated