Returns a list of the general ledger entries.Copy Pageget https://zalary-beta-gateway-external-client-api.azurewebsites.net/api/v1/tenants/{tenantUid}/ledger/entriesPath ParamstenantUiduuidrequiredUid of the tenant.Query ParamsbookDateFromdate-timeStart date for filtering by booked on date.bookDateTodate-timeEnd date for filtering by booked on date.dateFromdate-timeStart date for filtering by date.dateTodate-timeEnd date for filtering by date.dueDateFromdate-timeStart date for filtering by due date.dueDateTodate-timeEnd date for filtering by due date.invoiceNumberstringThe invoice number of the journal entries.externalIdstringThe external id of the journal entries.sequenceIdstringThe sequence id of the journal entries.typestringThe type of the journal entries.matchedWithUidstringThe matched with uid of the journal entries.dimensionUidstringUid of the dimension.skipint32How much data to be skippedtakeint32How much data to be taken.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200General ledger entries were successfully retrieved. If there are no entries data will be EMPTY. 401User is not authorized. 403User does not have the required roles to access this action. 501The endpoint is not implemented.Updated about 1 year ago