Skip to main content

Gljournalentry

encodedKeystring

Description for encodedKey in glJournalEntry

entryIDinteger

Description for entryID in glJournalEntry

creationDatestring<date-time>

Description for creationDate in glJournalEntry

entryDatestring<date-time>

Description for entryDate in glJournalEntry

transactionIDstring

Description for transactionID in glJournalEntry

amountstring

Description for amount in glJournalEntry

glAccount object

Description for glAccount in glJournalEntry

encodedKeystring

Description for encodedKey in glAccountMinimal

creationDatestring<date-time>

Description for creationDate in glAccountMinimal

lastModifiedDatestring<date-time>

Description for lastModifiedDate in glAccountMinimal

glCodestring

Description for glCode in glAccountMinimal

typestring

Description for type in glAccountMinimal

Possible values: [ASSET, LIABILITY, EQUITY, INCOME, EXPENSE]

Example: ASSET
usagestring

Description for usage in glAccountMinimal

Possible values: [DETAIL, HEADER]

namestring

Description for name in glAccountMinimal

activatedboolean

Description for activated in glAccountMinimal

allowManualJournalEntriesboolean

Description for allowManualJournalEntries in glAccountMinimal

stripTrailingZeroesboolean

Description for stripTrailingZeroes in glAccountMinimal

typestring

Description for type in glJournalEntry

Possible values: [DEBIT, CREDIT]

userKeystring

Description for userKey in glJournalEntry

notesstring

Description for notes in glJournalEntry

bookingDatestring<date-time>

Description for bookingDate in glJournalEntry

Gljournalentry
{
"encodedKey": "string",
"entryID": 0,
"creationDate": "2024-07-29T15:51:28.071Z",
"entryDate": "2024-07-29T15:51:28.071Z",
"transactionID": "string",
"amount": "string",
"glAccount": {
"encodedKey": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"glCode": "string",
"type": "ASSET",
"usage": "DETAIL",
"name": "string",
"activated": true,
"allowManualJournalEntries": true,
"stripTrailingZeroes": true
},
"type": "DEBIT",
"userKey": "string",
" notes": "string",
"bookingDate": "2024-07-29T15:51:28.071Z"
}