Gljournalentry
any notes relating to this journal entry
the amount, in organization base currency, represented by this journal entry
the date on which this entry was recognised on the ledger
the date and time when this journal entry was created
the automatically generated encoded ID for this item
8a19b7057471f4af017472dc0fd80472the date on which thie entry was added to the ledger
the ID for this journal entry
glAccount object
Description for glAccount in glJournalEntry
field indicating whether this general ledger account is available for use
whether Mambu users can create manual journal entries using this account, if set to false, only automatic journal entries generated by movements into and out of loan and savings accounts can be associated with this account
the date and time when this general ledger account was created
the automatically generated encoded ID for this general ledger account
8a19b7057471f4af017472dc0fd80472the numeric code for this general ledger account
the date on which this general ledger account was last modified
the name of this general ledger account
controls how this account is organized into header accounts when there are trailing zeroes, for example, for the account code 1100, if this field is set to true, only the first two numbers will be recognised
the category represented by amounts in this general ledger account, eg. EXPENSE, INCOME, LIABILITY, etc.
Possible values: [ASSET, LIABILITY, EQUITY, INCOME, EXPENSE]
ASSETthe kind of general ledger account. DETAIL accounts hold their own value, HEADER accounts derive their value from the sum of detail accounts below them
Possible values: [DETAIL, HEADER]
the ID of the original transaction that generated this Journal Entry
the type of Journal Entry, ie. income or outgoing
Possible values: [DEBIT, CREDIT]
the encoded key of the user who added this Journal Entry
{
" notes": "string",
"amount": "string",
"bookingDate": "2024-07-29T15:51:28.071Z",
"creationDate": "2024-07-29T15:51:28.071Z",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"entryDate": "2024-07-29T15:51:28.071Z",
"entryID": 0,
"glAccount": {
"activated": true,
"allowManualJournalEntries": true,
"creationDate": "2024-07-29T15:51:28.071Z",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"glCode": "string",
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"name": "string",
"stripTrailingZeroes": true,
"type": "ASSET",
"usage": "DETAIL"
},
"transactionID": "string",
"type": "DEBIT",
"userKey": "string"
}