Gljournalentryapiv1
the encoded key of the loan or savings account that this journal entry relates to
the amount of the journal entry
the encoded key of the branch that this journal entry is associated with
the booking date of this journal entry
the date and time when the transaction that caused this journal entry was created
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472the date on which this journal entry was entered into the ledger
a unique, incremental ID for ledger entries
glAccount object
A General Ledger Account
Description for activated in GLAccountApiV1
Description for allowManualJournalEntries in GLAccountApiV1
Description for balance in GLAccountApiV1
Description for creationDate in GLAccountApiV1
currency object
Description for currency in GLAccountApiV1
Description for description in GLAccountApiV1
Description for encodedKey in GLAccountApiV1
Description for glCode in GLAccountApiV1
Description for lastModifiedDate in GLAccountApiV1
Description for name in GLAccountApiV1
Description for stripTrailingZeros in GLAccountApiV1
Description for type in GLAccountApiV1
Possible values: [ASSET, LIABILITY, EQUITY, INCOME, EXPENSE]
Description for usage in GLAccountApiV1
Possible values: [DETAIL, HEADER]
any notes relating to this journal entry
the product associated with this journal entry
the type of product associated with this journal entry
Possible values: [LOAN, SAVINGS]
if this entry was subsequently revered by another journal entry, this field contains the encoded key of that journal entry
the transaction ID that caused this journal entry. Please note, multiple journal entries can have the same transaction ID, for example, when a repayment goes to cover fees, princial, taxes etc.
whether this journal entry represents funds coming in or going out
Possible values: [CREDIT, DEBIT]
the encoded key of the user who created this journal entry, if it was created manually
{
"accountKey": "string",
"amount": 0,
"assignedBranchKey": "string",
"bookingDate": "string",
"creationDate": "string",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"entryDate": "string",
"entryID": 0,
"glAccount": {
"activated": true,
"allowManualJournalEntries": "string",
"balance": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"currency": {
"code": "string",
"currencySymbolPosition": "string",
"digitsAfterDecimal": 0,
"name": "string",
"symbol": "string"
},
"description": "string",
"encodedKey": "string",
"glCode": "string",
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"name": "string",
"stripTrailingZeros": true,
"type": "ASSET",
"usage": "DETAIL"
},
"notes": "string",
"productKey": "string",
"productType": "LOAN",
"reversalEntryKey": "string",
"transactionID": "string",
"type": "CREDIT",
"userKey": "string"
}