StatisticalJournalEntryLine
Represents individual lines within a statistical journal entry, capturing statistical account allocations, unit counts, transaction amounts, and reconciliation details.
Columns
| Name | Type | Description |
| accountingPeriod | Int | The accounting period associated with this statistical journal entry line. |
| allocation_Href | String | The URL of the allocation associated with this statistical journal entry line. |
| allocation_Id | String | The Id of the allocation associated with this statistical journal entry line. |
| allocation_Key | String | The system-assigned key of the allocation associated with this statistical journal entry line. |
| auditCreatedBy | String | The user who created the statistical journal entry line. |
| auditCreatedDateTime | Datetime | The date and time when the statistical journal entry line was created. |
| auditModifiedBy | String | The user who last modified the statistical journal entry line. |
| auditModifiedDateTime | Datetime | The date and time when the statistical journal entry line was last modified. |
| description | String | The description of this statistical journal entry line. |
| documentId | String | The document Id associated with this statistical journal entry line. |
| entryDate | Date | The date of this statistical journal entry line. |
| href | String | The URL of the statistical journal entry line resource. |
| id | String | The unique identifier of the statistical journal entry line record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the statistical journal entry line record. |
| lineNumber | Int | The line number of this statistical journal entry line within its parent entry. |
| numberOfUnits | Int | The number of statistical units recorded on this journal entry line. |
| reconciliationGroupCleared | String | The cleared status of the reconciliation group associated with this statistical journal entry line. |
| reconciliationGroupClearingDate | Date | The date on which the reconciliation group associated with this statistical journal entry line was cleared. |
| reconciliationGroupReconciliationDate | Date | The reconciliation date of the reconciliation group associated with this statistical journal entry line. |
| state | String | The current state of this statistical journal entry line, such as draft or posted. |
| statisticalAccount_Href | String | The URL of the statistical account associated with this statistical journal entry line. |
| statisticalAccount_Id | String | The Id of the statistical account associated with this statistical journal entry line. |
| statisticalAccount_Key | String | The system-assigned key of the statistical account associated with this statistical journal entry line. |
| statisticalAccount_Name | String | The name of the statistical account associated with this statistical journal entry line. |
| statisticalJournalEntry_Href | String | The URL of the statistical journal entry associated with this line. |
| statisticalJournalEntry_Id | String | The Id of the statistical journal entry associated with this line. |
| statisticalJournalEntry_Key | String | The system-assigned key of the statistical journal entry associated with this line. |
| txnAmount | Decimal | The transaction amount recorded on this statistical journal entry line. |
| txnType | String | The transaction type of this statistical journal entry line, such as debit or credit. |