Important Info! The new March release is now available! Please consult the release notes for detailed information. For any questions, please contact developer.active@sage.com.
10 Essential Insights to Kickstart
Click to watch the video
Sage Active
A secure solution, 100% compliant with legislation, to use wherever you want.
The Public API now supports currencies and taxGroups resources for better data consistency.
The generateCreditNote operation has been enhanced to support partial credit notes.
New fields enhance accounting exports, including datevAutomaticAccount and tanNumber for German compliance, isCashVat for France and Germany, vatCriterion for organizations and suppliers, and other fields.
The Public API now supports currencies and taxGroups resources for better data consistency.
The generateCreditNote operation has been enhanced to support partial credit notes.
New fields enhance accounting exports, including datevAutomaticAccount and tanNumber for German compliance, isCashVat for France and Germany, vatCriterion for organizations and suppliers, and other fields.
API resources overview / Currencies
The currencies resource is introduced for consistency in data relationships.
However, at this stage, only the EURO (€) currency is supported.
API resources overview / Tax Groups
The taxGroups resource is introduced for consistency in data relationships with taxes and tax Treatments.
Generate Partial Credit Note
API resources overview / ⚙️Generate Credit Note
The generatecreditnote function allows users to create credit notes based on existing invoices, either fully or partially, depending on the request parameters.
Partial Credit Note: If a lines block is provided in the request, a partial credit note can be generated, specifying the affected products, quantities, and amounts. This enables more granular adjustments by selecting specific items from the original invoice rather than issuing a full credit.
The API validates that the credited amounts do not exceed the original invoice values and will handle tax and discount calculations accordingly.
New Fields or Values
API resources overview / Accounting Accounts
The datevAutomaticAccount field is added to the accounting export data structure. This field indicates whether an account is automatically managed by DATEV.
If true, the account is controlled by DATEV and should not be manually modified.
If false, the account can be manually managed.
This ensures compliance with DATEV standards and improves integration with German accounting processes.
The collectiveAccount field is introduced for customer and supplier accounts. This boolean field will indicate whether an account is a collective account (shared by multiple customers or suppliers).
The tanNumber field is introduced for accounting entries in Germany. This decimal field will serve as an automatic counter that increments by 1 for each new accounting entry.
The isCashVat field is introduced for accounting entries in France and Germany. This boolean field will indicate whether the transaction is subject to Cash VAT accounting.
API resources overview / Journal Types
For Spanish legislation, and only if the journal type is PURCHASE_INVOICE or SALES_INVOICE, the isCreditNote field allows specifying that the journal is used for credit notes. In this case, the creditNoteReason field is mandatory.
API resources overview / Organizations API resources overview / Suppliers
The vatCriterion field is introduced for organizations and suppliers in France and Germany. This boolean field will indicate whether the entity is subject to Cash VAT accounting. When true, VAT is accounted for at the time of payment rather than at the time of invoicing, ensuring compliance with local tax regulations.
API resources overview / Customers
The defaultPrepaymentAccountingAccount field has been added to the API resources overview for Customers, allowing the definition or retrieval of the default prepayment accounting account associated with a customer.
API resources overview / Organization Accounting Setup
The defaultPrepaymentCustomerAccountId field has been added to the API resources overview for Organization Accounting Setup, enabling the configuration or retrieval of the default prepayment customer account at the organization level.
Aggregations
COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availabilityAPI resources overview / 📝Aggregations
Aggregations are a powerful feature of the public API, allowing users to compute summary statistics such as totals, averages, and counts directly on the server. This reduces the amount of data transferred to the client, optimizing performance and ensuring efficiency in data analysis.
The API will enable aggregations through grouping and aggregation functions. By leveraging these capabilities, users can obtain pre-aggregated data in a structured manner, which is particularly useful in financial and accounting applications.
Accounting Report Positions
COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availabilityAPI resources overview / ⚙️Accounting Report Positions
Account Position Retrieval: The API allows retrieving the position of accounts in the balance sheet or profit & loss report, based on predefined balance guides.
Legislation-Based Categorization: Account positioning is determined according to local accounting rules, adapting automatically to France, Spain, and Germany.
Detailed or Summary View: Users can choose between detailed positions (including subcategories) or a summary view.
Account Filtering: The API supports retrieving all accounts or filtering by a specific account ID.
Multiple Position Handling: If an account appears in multiple positions, its main position is identified, and details can be included on request.
Undefined Accounts: If an account is not found in the balance guide, it is returned as “undefined”.
New Fields or Values
API resources overview / Accounting Entries COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following fields will be added to the accountingEntries/accountingEntryLines/accountingEntryInvoice object for Spanish Corrective Invoices:
creditNoteReason – Specifies the reason for a credit note.
originalAccountingEntryInvoice – References the original invoice linked to a credit note.
originalAccountingEntryInvoiceId – Unique identifier of the original accounting entry invoice.
originalEntryInvoiceTaxesBaseSum – Sum of tax bases from the original invoice.
originalEntryInvoiceTaxesSurchargeAmountSum – Sum of tax surcharges from the original invoice.
originalEntryInvoiceTaxesTaxAmountSum – Sum of tax amounts from the original invoice.
API resources overview / Employees COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following fields will be added to the employees/addresses object:
creationDate – Stores the timestamp of when the employee address was created.
modificationDate – Stores the timestamp of the last modification to the employee address.
API resources overview / Organizations COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following fields will be added to the Organization object for the German legislation:
datevClientNumber – Stores the DATEV client identification number, used for accounting integration in Germany.
datevConsultantNumber – Stores the DATEV consultant identification number, assigned to tax advisors and accounting firms in Germany.
taxAuditExportNotes – Allows adding specific notes for tax audit export purposes.
COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following field will be added to the Sales Invoices object:
createdInSoftwareVersion – Links an invoice to the software release version that generated it.
This field ensures compliance with anti-fraud regulations by providing traceability of the software version used for invoice creation.
COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following field will be added to the Sales Invoice Lines object:
AvailableForCreditNoteQuantity – Represents the quantity from this sales invoice line that is still available to be credited via a credit note.
API resources overview / Sales Invoice Open Items COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability The following field will be added to the Sales Invoice Open Items object:
IsAdvanceInvoicePayment – Indicates whether the invoice is an Advance Invoice Payment.
API resources overview / 📝Sales documents COMING SOON This feature is currently in development and will be available in the next version. It’s already documented to keep you informed about its upcoming availability All total fields already available at the document header level will also be published at the Document Lines level.
For example, in addition to totalNet, the following fields will be accessible on a document line: totalLiquid, totalVat, etc.
Documentation Improvements
New Filtering Option in History
API resources overview / 📝Schemas History
Added a toggle button to filter the history list, displaying only added fields, queries, enums, and types (excluding Filter, Sort, Edge, Connection, Input, Output and other changes).
Other Documentation Improvements
New Postman collection Sage Active Public API V2 (2025 March)
The collection has been enhanced with the addition of new examples in the Discover DATA LOADER Query Samples section.
Embrace the future with our March Postman collection update!
To find out what’s new in the Postman collection, paste this icon in the filter field 🆕
To find out what has changed in the Postman collection, paste this icon in the filter field ✏️
To find out all Actions in the Postman collection, paste this icon in the filter field ⚙️
Caution
If you are new to the Sage Active Public API V2, it is strongly recommended to fully follow the Quick start guide before beginning to explore the collection.
Simplified accounting account creation, identification of the creation source, sales document status changes.
It is now easier to create accounting accounts, either by entering only the code and name or just the code.
It is now possible to identify the Source Type of third-party creation, accounting entries, and sales and purchase documents, for example, determining that these data were created by the public API.
Sales document statuses can now be changed.
It is now easier to create accounting accounts, either by entering only the code and name or just the code.
It is now possible to identify the Source Type of third-party creation, accounting entries, and sales and purchase documents, for example, determining that these data were created by the public API.
Sales document statuses can now be changed.
Public API Improvements
New Operations
API resources overview / Accounting Accounts
It is now possible to create an account easily by simply providing its code and name.
You can even create an account using only its code. In this case, a generic localized label will be generated based on the legislation, following the format: Automatically created account for code: nnnnnn.
API resources overview / 📝 Update Document Status
It is now possible to change the status of salesQuotes from Pending to Declined or Closed, and the status of salesOrders and salesDeliveryNotes from Pending to Closed.
The new page summarizes all possible status changes for sales documents.
API resources overview / Organization Sales Setup
The organizationSalesSetupByOrgId operation allows developers to fetch detailed sales setup information for a specific organization.
This setup includes essential parameters for effectively managing sales, purchase invoices, inventory, and discount configurations.
API resources overview / Operational Number Preset Texts
Represents the Operational Number Preset Texts in the API context, used for defining numbering prefixes for different types of sales documents.
These presets provide flexibility in customizing document numbering and include key parameters to tailor prefixes based on document types such as Quotes, Orders, Delivery Notes, or Invoices.
API resources overview / Accounting entry Sessions
German Legislation only: Represents the sessions management used to add identifiable information to your journal entries.
It provides key information such as default status, name, stamp, and whether it has been deactivated.
New Fields or Values
Source of a Record Addition
To make it easier to identify the source of a record addition, the sourceType field has been published and defined.
It contains the value PUBLIC_API when the record is created via the public API.
The entities affected by this sourceType field are:
The contactJobAreaId field has been added to the headers of sales documents, allowing the definition or retrieval of the Job of the contact associated with the sales document. API resources overview / 📝Sales documents
Removed Objects
TaxTreatmentGLDto and AccountingAccountGLDto
The list of Tax Treatments was already available through the dataloader logic, accessible from AccountingAccount. However, the list of Tax Treatments as a standalone entity remained as a DTO, as an exception to the general rule introduced with dataloaders.
Additionally, TaxTreatmentGLDto contained published fields that were not being used.
These objects have been removed, and only API resources overview / Taxes Treatments and API resources overview / Accounting Accounts are now the references. API resources overview / 📝Breaking changes
New Fields & Quantities with decimals and unit of measurement management for Sales Documents
New fields have been introduced in various entities.
Management of quantities with decimals and units of measurement has been improved for Sales Documents, providing more precise control over product attributes.
The online Sample Quotes app has been updated to reflect this new feature.
New fields have been introduced in various entities.
Management of quantities with decimals and units of measurement has been improved for Sales Documents, providing more precise control over product attributes.
The online Sample Quotes app has been updated to reflect this new feature.
Public API Improvements
New Fields or Values
API resources overview / Sales invoices
The input field operationDate of type DateTime is added to the input object type SalesInvoiceCreateGLDtoInput.
The input field operationDate of type DateTime is also added to the input object type SalesInvoiceUpdateGLDtoInput.
In the interface, operationDate corresponds to the field fulfillmentDate. The fulfillmentDate represents the date when the delivery of goods or services associated with the invoice is completed.
It is possible to specify an operationDate when it differs from the invoice date, allowing more flexibility in tracking the actual operation date separately from the invoicing date.
API resources overview / Sales invoices
After posting a sales invoice, the payment terms become permanently recorded in the invoice through the newly added paymentTermLines.
Quantities with decimals and unit of measurement management
Unit of Measurement Consultation
The Unit of Measurement Consultation service provides access to view existing units of measurement and their attributes, such as abbreviation, number of decimals, and category. It enables detailed examination of how quantities with decimals are represented for various product categories. API resources overview / Unit of Measurements API resources overview / Unit of measurement Sales Setup
The following new fields are added to the object type ProductGLDto:
The field unitOfMeasurement of type Unit of Measurement allows retrieval of detailed information about the associated unit of measurement, including attributes like abbreviation, decimals, and category.
The field unitOfMeasurementId of type UUID is used to link the product or item to a specific unit of measurement.
In the interface, these fields ensure accurate representation of quantities and their associated units, supporting more precise inventory and transaction management. API resources overview / Products
The Sample Quotes app has been updated to account for quantities with decimals and units of measurement:
During the import of products, some products are assigned a specific unit of measurement and a defined number of decimals.
When selecting a product in the sample quote entry form, the unit of measurement and the number of decimals are displayed in the Description section. The Quantity field is then adjusted to reflect the appropriate number of decimals accordingly.
New fields have been introduced in various entities.
Explanations regarding the next version include improved management of quantities with decimals and units of measurement, providing more precise control over product attributes.
New fields have been introduced in various entities.
Explanations regarding the next version include improved management of quantities with decimals and units of measurement, providing more precise control over product attributes.
Public API Improvements
New Fields or Values
API resources overview / Suppliers
The new field defaultPurchaseAccount is added to the Supplier object type.
The new field defaultPurchaseAccountId is also added to the Supplier object type.
API resources overview / Purchase invoices
To simplify the creation of purchase invoices, the new input field vatPercentage of type Decimal is added to the input object type PurchaseInvoiceLineCreateGLDtoInput and the input field taxGroupId is removed.
API resources overview / ⚙️Post Purchase Invoice
To improve accounting of purchase invoices, the new input field postingDate of type DateTime is added to the input object type PostPurchaseInvoiceGLDtoInput.
API resources overview / 📝Sales documents
For all types of sales documents, the field length of productName in document lines has been increased from 100 to 2500 characters, allowing the creation of documents where the product line’s name can now match the value of the lineDescription field, which permits up to 2500 characters.
Other Improvements
Import of External Invoices with Original Number
It is now possible to set the invoice number using the operationalNumber field during invoice creation.
This enhancement allows users to import an invoice already issued by another software while keeping its original number.
If operationalNumber is provided with a non-empty value, the invoice is automatically set to Closed status.
If operationalNumber is not specified or left empty, the invoice is created without a number and remains in Draft status.
Get Localized Error Message
The GetLocalizedErrorMessage service retrieves a localized error message based on a given error code and optional language parameter, providing enhanced user experience with clear and specific error information. API resources overview / ⚙️Get Localized Error Message
Documentation Improvements
New pages and new Dark Mode
New Page for Organization Accounting Setup
The Organization Accounting Setup operation now has its own dedicated page within the Accounting section of the documentation. API resources overview / Organization Accounting Setup
Introducing Dark Mode
You can now enable Dark Mode for a more comfortable reading experience in low-light environments. Activate it from the top content by clicking on the Dark/Light button, which allows you to switch seamlessly between light and dark modes.
New GraphQL schema diagram using GraphQL Voyager. Added a new page detailing the schema history, highlighting version differences and breaking changes.
New GraphQL schema diagram using GraphQL Voyager. Added a new page detailing the schema history, highlighting version differences and breaking changes.
Public API Improvements
Changes to Input Fields and Enums
API resources overview / Purchase invoices
The input field lines has been removed from the input object type PurchaseInvoiceCreateGLDtoInput.
The input field vatLines of type [PurchaseInvoiceLineCreateGLDtoInput!]! has been added to the input object type PurchaseInvoiceCreateGLDtoInput.
GraphQL schema is now available, including the latest version diagram and historical schema documentation.
This update features detailed comparisons between versions, emphasizing breaking changes.
GraphQL Schema History: Access to the Schema and Version Changes
A new page now allows you to download the GraphQL schema for the current production version, as well as a preview schema for the upcoming release and schemas from previous versions.
This page also displays automatically detected differences between schema versions using GraphQL Inspector diff.
In addition to the API resources overview / 📝Breaking changes page, this new feature provides precise details about changes between versions, helping you stay up-to-date with schema modifications. API resources overview / 📝Schemas History
New Schema Diagram by GraphQL Voyager
GraphQL Voyager is a tool that provides an interactive visualization of a GraphQL schema.
It generates a visual graph that allows developers and stakeholders to explore the schema’s structure, relationships, and data flow.
It automatically maps out all the types, queries, mutations, and connections between entities, helping users understand the API’s capabilities and navigate complex schemas easily. API resources overview / 📝Schema Diagram with Relationships
Other Documentation Improvements
New Page for Identifying Key API Errors
The error management system in the public API provides detailed feedback on various issues encountered during requests.
Errors are categorized into business logic errors, validation errors, and authorization-related errors.
These error codes and messages align with the Sage Active interface, helping developers quickly identify and resolve issues. API resources overview / 📝API Error Management
New objects to manage a workflow include creating a Purchase invoice, locking it for edits, posting to account for entries, tracking payment due dates, processing payments.
New objects to manage a workflow include creating a Purchase invoice, locking it for edits, posting to account for entries, tracking payment due dates, processing payments.
API resources overview / Organizations
The new boolean field onboardingCompleted has been added to organizations.
For each new organization, this field will only be set to true once the onboarding process of this organization has been completed.
Block Public API if Onboarding Incomplete
The API now automatically checks the value of the onboardingCompleted field in each organization.
If false it assigns an empty GUID to organizationId and TenantId to prevent API use.
Retrieve Sequential Number along with ID on Item Creation
In response to the creation of a Customer, Supplier, Employee the Code can be retrieved in addition to the ID,
Existing Fields Missing from Documentation in AccountingEntries
New fields that existed but were previously undocumented have now been officially added to the Accounting Entries resource: creationDate, modificationDate, documentNumber, accountingExercise, accountingExerciseId,
accountingPeriod, accountingPeriodId.
New Feature: Enhanced Filter for Resources
We’ve introduced a new filtering system for the resource list, allowing users to filter items by title or tags.
When a filter is applied, only items that match the search criteria will be displayed, improving navigation and access to relevant content. API resources overview
New objects to manage a workflow include creating an invoice, locking it for edits, posting to account for entries, tracking payment due dates, processing payments, and potentially issuing a credit note.
New objects to manage a workflow include creating an invoice, locking it for edits, posting to account for entries, tracking payment due dates, processing payments, and potentially issuing a credit note.
Public API Improvements
New Features Related to Sales Invoices
⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice). Close the Invoice to Prevent Further Modifications
Lock the invoice against further changes using the CloseSalesInvoice service, securing its details before posting. API resources overview / ⚙️Close Sales Invoice
⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice). Post the Invoice to Generate Accounting Entries
After closing, post the invoice with the PostSalesInvoice service to generate necessary accounting entries. API resources overview / ⚙️Post Sales Invoice
Read Payment Methods
Represents various bank accounts and cash methods, each method is linked to a Journal Type and a bank account. Payment methods are notably utilized by the Open Items Settlement action. API resources overview / Payment methods
⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice). Apply Partial or Full Payments to the Invoice
Manage invoice payments using the SalesOpenItemSettlement service, for both partial and full payments. API resources overview / ⚙️Sales Open Items Settlement
⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice).Generate Credit Note
This feature allowing you to create a credit note for a sales invoice. API resources overview / ⚙️Generate Credit Note
Also, addition in the Sales Invoice fields to identify credit notes and their link to the original invoice. API resources overview / Sales invoices
New Fields or Values
API resources overview / Sales quotes
New Declined value for the status field to indicate that a quote was not won, the declinedReason field has also been added and can contain the reason why the quote was declined.
API resources overview / Sales invoices
New field firstDueDate indicates the first payment due date of the invoice.
New statuses PartiallyCollected, Collected, provide information on the payment status of the invoice.
sourceEntityId: ID that can refer to a sales invoice, purchase invoice, collected payment, or issued payment; may be null.
When provided, it identifies the source entity in conjunction with sourceType=SALES.
sourceType: Identifies the origin of the entry, such as sales, purchases, payments, or imports, clarifying the source and purpose of each entry.
salesInvoice object relate directly to sales invoices when sourceType contains SALES.
sessionId and session: used only for DE legislation, not used for FR and ES. These fields add identifiable information to accounting entries and facilitate retrieving session data, such as the identifier, name, name and timestamp, and the activation status of the session.
Documentation Improvements
New Page: Some Filter vs. Direct Line Filtering
This page explains the two primary methods for querying documents such as Sales Quotes, Sales Orders, Sales Delivery Notes, and Sales Invoices in GraphQL: using a ‘some’ filter within the document query and querying document lines directly with a filter. Each approach has distinct use cases and outcomes. API resources overview / 📝some Filter vs. Direct Line Filtering
⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice). Icon
Add the ⚙️ ActionThe action resource represents a type of object that differs from standard queries or mutations.
For a query, it returns a result already prepared by Sage Active, with no possibility to add filters, sorts, or explore the data further, or it executes an action (e.g., sending an email).
For a mutation, it executes a specific business action, also carried out by Sage Active, which will impact the data (e.g., generating a credit note from an invoice). icon in front of the API objects that correspond to business actions directly managed by Sage Active.
For query-type actions, the result is directly calculated and returned by Sage Active; therefore, these actions do not allow filtering, sorting, or exploring sub-resources.
Sample: API resources overview / ⚙️Trial Balance
Accounting balances, MarketPlace, Access to Sage Active Production
Directly retrieve the trial balance or third-party balance, direct access to the MarketPlace from Sage Active,
Access to Sage Active production, documentation of soon-to-be-available features.
Directly retrieve the trial balance or third-party balance, direct access to the MarketPlace from Sage Active,
Access to Sage Active production, documentation of soon-to-be-available features.
Access to Sage Active Production
Since June 10, the old Sage Active stage environment has been replaced with direct access to Your Sage Active.
You will be able to test the API more easily, develop your applications, and make them operational for Sage Active users.
The documentation has been updated to reflect this change:
Key concepts / Environments
Documentation Improvements
Generate Credit Note
This feature will be available soon, allowing you to create a credit note for a sales invoice . Here is a preview of their documentation. API resources overview / ⚙️Generate Credit Note
Also, upcoming features in the Sales Invoice fields to identify credit notes and their link to the original invoice. API resources overview / Sales invoices
Document Pdf Email
This feature will be available soon, service allows you to send sales documents in PDF format via email directly from the API. API resources overview / ⚙️Document Pdf Email
Explore May's Release: Enhanced Data Loaders & Efficient Payment Tracking! Watch this brief video to discover how our latest API updates can streamline your data operations and improve payment tracking. Get ready to enhance your integration experience!
Public API Improvements
Data Loaders
Data Loaders are now implemented to optimize query performance by batching and caching requests.
This reduces the number of database hits required for complex queries that involve fetching related data, such as user profiles or transaction details.
Data Loaders ensure that data loading is handled efficiently, preventing redundant database queries and speeding up the API’s response times. API resources overview / 📝Benefits of DataLoaders
Automatic Creation of Tax Registers for createAccountingEntryUsingCodes & createAccountingEntryUsingIds
The Public API now automatically creates tax registers for purchase and sales invoices, ensuring compliance without manual intervention.
This automation only occurs if specific prerequisites are met; otherwise, the entry is processed without creating tax registers to prevent transaction rejections due to non-compliance. API resources overview / Create by using codes API resources overview / Create by using Ids
Open Items
The Open Items functionality has been improved to provide detailed information about each open item associated with customer or supplier invoices.
Open Items now include details such as the total amount, accumulated amount paid, and payment due date.
Open Items are structured as an array to accommodate multiple payment installments per invoice, offering a comprehensive view of payment statuses and methods used for settling each item. API resources overview / Accounting Entries
Documentation Improvements
Breaking Changes
The latest updates involve significant changes that might affect existing implementations.
We strongly recommend reviewing the detailed descriptions of these changes on the Breaking Changes page to understand their impact and adjust your applications accordingly. API resources overview / 📝Breaking changes
DataLoaders
This feature, now available, enhances GraphQL queries with DataLoaders to efficiently fetch complex data across different tenants, significantly simplifying data retrieval without direct dependency on main query IDs. Key concepts / Benefits of DataLoaders
Object Schema and Relationships
This feature introduces an advanced schema overview, detailing API object relationships and field mappings, even as we continue to expand the resources available within the schema, offering a comprehensive preview for more informed future integrations. API resources overview / 📝Schema Diagram with Relationships
Discover the Next Level of Secure, Role-Based Access Control & Effortless Data Import with our Latest Release! This brief video guide showcases cutting-edge security features and the simplicity of importing demo data. Watch now to elevate your experience!
Public API Improvements
User Management
Data access restrictions
Enhanced role management and access control in the Public API now mirrors Sage Active’s policies, enabling data access restrictions based on user roles and ensuring alignment with application behavior. API resources overview / 📝Users & User Management
User Access Policy Check
Introduced the UserAccessPolicyCheck service to validate user permissions for specific actions within the application, enhancing security and user experience by dynamically adjusting UI elements according to roles and access rights. API resources overview / ⚙️User Access Policy Check
User Multi tenants
With the ability now to have organizations on different tenants for a same user, the list of organizations no longer requires passing an X-TenantId in the header, and now exposes the tenantId field for each organization returned.
Instead, as in previous versions, of passing an X-TenantId in the header of other queries and mutations obtained from the ActiveTenantId value of userProfile, assign the tenantId retrieved from the record of the desired organization in X-TenantId. API resources overview / Organizations API resources overview / User profile
Users
The User object now supports multi-tenant capabilities and enhanced user roles, necessitating the inclusion of both X-OrganizationId and X-TenantId in the request header to accurately retrieve user lists according to the current organization. API resources overview / Users
User Management Unleashed: Sage Active Public API's Role-Based Innovation
Explore the next level of secure, role-based access control with Sage Active's Public API.
A new era of intuitive application development awaits.
Import Demo Data
Now, the Sample quotes application also allows you to import a complete set of demo data into the current company if it does not yet have any data.
Launching the Sample Quotes app and logging in allows you to select your desired organization.
If this organization lacks data (verified by the absence of customers, accounting accounts, fiscal years), the app will automatically offer to import demo data, including accounting plans, products, clients, suppliers, employees, fiscal years, and accounting entries. Sample quotes / 6. Import Demo Data
Discover how then sample quotes app now seamlessly enables the importation of a comprehensive set of demo data into your current company, should it find the data vaults empty.
A simple, streamlined process to kickstart your experience with fully populated data!
Documentation Improvements
DataLoaders
This feature, currently in development, enhances GraphQL queries with DataLoaders to efficiently fetch complex data across different tenants, significantly simplifying data retrieval without direct dependency on main query ids, and will be available soon. Key concepts / Benefits of DataLoaders