OverrideAccount
Represents override account entries used to substitute default GL accounts for consolidation books, including exchange rate and rate type settings.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the override account. |
| auditCreatedDateTime | Datetime | True |
The date and time when the override account was created. |
| auditModifiedBy | String | True |
The user who last modified the override account. |
| auditModifiedDateTime | Datetime | True |
The date and time when the override account was last modified. |
| consolidationBook_Href | String | True |
The URL of the consolidation book associated with this override account. |
| consolidationBook_Id | String | False |
The Id of the consolidation book associated with this override account. |
| consolidationBook_Key | String | False |
The system-assigned key of the consolidation book associated with this override account. |
| exchangeRateRate | String | False |
The exchange rate applied for this override account. |
| exchangeRateRateType | String | False |
The exchange rate type used for this override account, such as spot or average. |
| exchangeRateUseUntilPeriod | Date | False |
The end date of the period through which this exchange rate is applied for the override account. |
| glAccount_Href | String | True |
The URL of the GL account associated with this override account. |
| glAccount_Id | String | False |
The Id of the GL account associated with this override account. |
| glAccount_Key | String | False |
The system-assigned key of the GL account associated with this override account. |
| glAccount_Name | String | True |
The name of the GL account associated with this override account. |
| href | String | True |
The URL of the override account resource. |
| id | String | True |
The unique identifier of the override account record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the override account record. |