Skip to main content

JournalEntry

Represents an individual entry in a journal.

type JournalEntry {
account: Account!
contactSnapshot: JournalEntryContact
createdAt: DateTime!
createdBy: String
description: String
id: ID!
jobCode: JobCode
lastModifiedAt: DateTime!
lastModifiedBy: String
payableItem: PayableItem
reference: String
}

Fields

JournalEntry.account ● Account! non-null object

The account associated with the entry.

JournalEntry.contactSnapshot ● JournalEntryContact object

A snapshot of the contact associated with the entry when it was created. Optional.

JournalEntry.createdAt ● DateTime! non-null scalar

The date and time the record was created.

JournalEntry.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

JournalEntry.description ● String scalar

The description of the entry. Optional.

JournalEntry.id ● ID! non-null scalar

The unique identifier of the journal entry.

JournalEntry.jobCode ● JobCode object

The job code associated with the entry. Optional.

JournalEntry.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

JournalEntry.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

JournalEntry.payableItem ● PayableItem object

The payable item associated with the entry. Optional.

JournalEntry.reference ● String scalar

The reference of the entry. Optional.

Member Of

Journal object