CurrencyHistory - accountsIQ/API-Wiki GitHub Wiki
This structure represents a single currency history record.
CurrencyHistory members
| Name | Type | Description |
|---|---|---|
| CurrencyHistoryID | Int32 | The unique currency history identifier |
| ExchangeRate | Decimal | The exchange rate between the currency and the system base currency. (>0) |
| Date | DateTime | The date and time when this currency was updated. |
| CurrencyCode | String | The unique currency code. This does not have to be an iso currency code. |
| UserID | String | The User ID in the system who updated the currency at this moment in time. |
| CurrencyID | String | Always 0. |
| CurrencyID | Boolean | Always False as this is a history record only. |