Get G/L Entry by ID
BetaRetrieves a single G/L entry by its system ID.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
id
The UUID of the G/L Entry.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
id
The unique identifier for the G/L Entry (SystemId).
entryNumber
The unique sequential number of the G/L entry.
postingDate
The date the entry was posted to the general ledger.
documentNumber
The number of the document that the entry belongs to.
documentType
The type of the document that the entry belongs to.
accountId
The unique identifier of the G/L account.
accountNumber
The G/L account number that the entry was posted to.
description
A description of the transaction.
debitAmount
The debit amount of the entry.
creditAmount
The credit amount of the entry.
additionalCurrencyDebitAmount
The debit amount in the additional reporting currency.
additionalCurrencyCreditAmount
The credit amount in the additional reporting currency.
lastModifiedDateTime
The date and time the G/L entry was last modified.
rowVersion
The row version for data synchronization, required for the 'sync' parameter.