ExchangeRate
Represents currency exchange rate records that define conversion rates between two currencies for a given exchange rate type.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the exchange rate. |
| auditCreatedDateTime | Datetime | True |
The date and time when the exchange rate was created. |
| auditModifiedBy | String | True |
The user who last modified the exchange rate. |
| auditModifiedDateTime | Datetime | True |
The date and time when the exchange rate was last modified. |
| exchangeRateType_Href | String | True |
The URL of the exchange rate type associated with this exchange rate. |
| exchangeRateType_Id | String | False |
The Id of the exchange rate type associated with this exchange rate. |
| exchangeRateType_Key | String | False |
The system-assigned key of the exchange rate type associated with this exchange rate. |
| exchangeRateType_Name | String | True |
The name of the exchange rate type associated with this exchange rate. |
| fromCurrency | String | False |
The source currency code for this exchange rate conversion. |
| href | String | True |
The URL of the exchange rate resource. |
| id | String | True |
The unique identifier of the exchange rate record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the exchange rate record. |
| toCurrency | String | False |
The target currency code for this exchange rate conversion. |
| ListAggregate_Lines | String | False |
The aggregate list of exchange rate lines associated with this exchange rate. |