Skip to main content

JournalEntryCorrectInput

No description

input JournalEntryCorrectInput {
correctingJournalEntry: ID!
description: String
ledgerEntries: [LedgerEntryInput!]
}

Fields

JournalEntryCorrectInput.correctingJournalEntry ● ID! non-null scalar

ID of the journal entry to be corrected

JournalEntryCorrectInput.description ● String scalar

Description to add to the journal entry ID

JournalEntryCorrectInput.ledgerEntries ● [LedgerEntryInput!] list input

Ledger entries to insert for the journal entry

Member Of

journalEntryCorrect mutation

Was this page helpful?