accountById
This method is deprecated and will be put out of service.
apInvoiceLines
This method is deprecated, please use supplierDocumentLines.
apInvoices
This method is deprecated, please use supplierDocuments.
apPaymentLines
This method is deprecated, please use supplierPaymentLines.
apPayments
This method is deprecated, please use supplierPayments.
budgetById
This method is deprecated and will be put out of service.
generalLedgerBalanceById
This method is deprecated and will be put out of service.
generalLedgerBalancesByPeriodV2
EXPERIMENTAL – Work in progress. This query may change or be removed without notice. Do not use in production.
generalLedgerBalancesByPeriod
Superseded by generalLedgerBalancesByPeriodV2. This version pages on the document id, which forces the backend to re-group the company's whole balance set on every page, and it omits ledgerId from the grouping, so parallel ledgers are silently collapsed into a single row with an arbitrary winner. When switching: V2 paginates on lastGroupKey and returns a page object rather than a list; it returns one row per (ledgerId, branchId, accountId, subaccountId) group, so expect more rows on a multi-ledger company and key rows on the whole group rather than on ledgerId alone; and pageSize counts groups rather than documents, defaulting to 1000 rather than 5000, so send an explicit pageSize if you rely on the default.
generalLedgerBalancesForwardByGroupV2
EXPERIMENTAL – Work in progress. This query may change or be removed without notice. Do not use in production.
generalLedgerBalancesForwardByGroup
Superseded by generalLedgerBalancesForwardByGroupV2. This version applies its cursor after grouping, so every page re-groups the whole remainder of the company and a full crawl costs O(n^2) in dataset size. When switching: the lastGroupKey format differs, so restart the crawl from the first page; and pageSize defaults to 1000 on V2 rather than 100, so send an explicit pageSize if you rely on the default.
generalLedgerBalances
This method is deprecated, please use generalLedgerBalancesV2
journalTransactionById
This method is deprecated and will be put out of service.
salesOrderLineById
This method is deprecated and will be put out of service.
salesOrderLines
This method is deprecated, please use salesOrderLinesV2.