GeneralJournalLine - accountsIQ/API-Wiki GitHub Wiki

General journal lines are constituent of a GeneralJournal. A journal line specify how much money is entering or leaving a general ledger account.

GeneralJournalLine

GeneralJournalLine members

Name Type Description Constraints
Amount Decimal Get/Set the amount to debit or credit from the general ledger account.
If the amount field is positive this is a debit, if it is negative this is a credit.
DepartmentID String Get/Set department (tracking code) associated with the journal line
  • Can be null. Cannot be empty.
  • Must be a valid department ID: it must already exist in the list of departments created in the company
  • Cannot be longer than 50 characters long.
  • Must be upper case
Description String Get/Set journal line description
  • Cannot be longer than 500 characters long.
  • Cannot be null or empty.
GLAccountCode String Get/Set the general ledger account modified by the journal line
  • Cannot be longer than 50 characters long.
  • Cannot be null or empty.
  • Must be upper case
  • Must be a valid GL account code (i.e. must exist in the company)
⚠️ **GitHub.com Fallback** ⚠️