Skip to main content

Overview

The Financials API provides a comprehensive set of endpoints for managing your financial data. It allows you to create, read, update, and delete financial records, as well as perform complex queries and aggregations. This API is designed to be easy to use, yet powerful and flexible enough to meet the needs of any financial application.

API Capabilities

The Financials GraphQL API can manage the following:

FeaturesDescriptionSimple QueryQueryCreateUpdateDeleteNotes
AssetsQuery assets transactions.
CostingManage and query projects and cost centers. Query costing transactions.
CustomersManage and query customers.
Nominal AccountsManage and query nominal accounts. Chart of Accounts is not yet supported for Dimensions.
Nominal transactionsManage and query nominal transactions. Intercompany and accounting for carbon transactions are not supported yet for Dimensions.
Purchase ordersManage and query purchase orders.
Purchase transactionsManage and query purchase transactions. Intercompany and accounting for carbon transactions are not supported yet for Dimensions.
Sales ordersManage and query sales orders.
Sales transactionsManage and query sales transactions.
StockManaging stock, stock purchase prices and stock selling prices.
SuppliersManage and query suppliers.

= Available in Financials

= Preview in Financials

= Available in Dimensions

= Preview in Dimensions

note

In the above table, the main API capabilities have been listed in terms of business functionalities. For a full list of operations available, please refer to the Financials and Dimensions API Reference.

note

Simple Query vs. Query: Simple query refers to having support for summary type of queries that normally are faster in terms of performance but only expose a limited set of fields. Query refers to having support for querying the entire dataset that relates to a specific entity.