ExchangeRateLine
Represents individual rate entries within an exchange rate record, defining the conversion rate and its effective start date.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the exchange rate line. |
| auditCreatedDateTime | Datetime | True |
The date and time when the exchange rate line was created. |
| auditModifiedBy | String | True |
The user who last modified the exchange rate line. |
| auditModifiedDateTime | Datetime | True |
The date and time when the exchange rate line was last modified. |
| effectiveStartDate | Date | False |
The date on which this exchange rate line becomes effective. |
| exchangeRate_Href | String | True |
The URL of the exchange rate associated with this line. |
| exchangeRate_Id | String | False |
The Id of the exchange rate associated with this line. |
| exchangeRate_Key | String | False |
The system-assigned key of the exchange rate associated with this line. |
| href | String | True |
The URL of the exchange rate line resource. |
| id | String | True |
The unique identifier of the exchange rate line record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the exchange rate line record. |
| rate | Decimal | False |
The exchange rate value for converting the source currency to the target currency. |
| reciprocalRate | Decimal | False |
The reciprocal of the exchange rate, representing the inverse conversion factor. |