Journal
Represents general ledger journals used to categorize and control how journal entries are recorded and posted to a specific book.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the journal. |
| auditCreatedDateTime | Datetime | True |
The date and time when the journal was created. |
| auditModifiedBy | String | True |
The user who last modified the journal. |
| auditModifiedDateTime | Datetime | True |
The date and time when the journal was last modified. |
| bookId | String | True |
The Id of the accounting book associated with this journal. |
| bookType | String | False |
The type of accounting book associated with this journal, such as general ledger or user-defined book. |
| disallowDirectPosting | Bool | False |
Indicates whether direct posting of journal entries to this journal is disallowed. |
| href | String | True |
The URL of the journal resource. |
| id | String | False |
The unique identifier of the journal record. |
| isAdjustment | Bool | False |
Indicates whether this journal is used for adjustment entries. |
| isBillable | Bool | False |
Indicates whether entries posted to this journal are billable. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the journal record. |
| name | String | False |
The name of the journal. |
| status | String | False |
The current status of the journal, such as active or inactive. |