2025 R1 (General Availability)
2025-02-07
Introducing the Sage Intacct REST API
We are pleased to announce the general availability of our REST API! The 2025 R1 release introduces additional functionality and more parity with the Sage Intacct XML API.
Sage Intacct encourages your feedback, which you can provide using the Feedback tab on the right side of the page.
New endpoints
This release includes several new endpoints that were not part of the Early Adopter program, which aligned with 2024 R4. With 2025 R1 and the general availability of the REST API, the following new endpoints are now available.
Accounts Payable
Accounts Receivable
Company Configuration
Inventory Control
Order Entry
Purchasing
Revised endpoints
Endpoints that have been revised since the Early Adopter program in 2024 R4, are listed in the following sections.
Planned improvements
The following enhancements are planned for a future release.
-
Accounts Receivable
advance
object - theaccountType
field will be included in the get-object response in an upcoming release.
Notes
When working with the Sage Intacct REST API, be aware of these behaviors.
PATCH operations for arrays
A PATCH operation on an array of owned objects behaves differently from PATCH operations on all other arrays. Keep the following differences in mind when using PATCH with arrays:
- When using PATCH to update an owning object that has an array of owned objects, you can add new entries, edit existing entries, and delete entries from the array.
- When using PATCH to update any other type of array in an object, the values in the request body will replace the entire array. The prior values will be overwritten and cannot be restored.
Construction Forecasting
The href
property is not returned on a GET
request. Queries including the href
property return a REST-1107
error.
Fixed Assets Management
The href
property is not returned on a GET
request. Queries including the href
property return a REST-1107
error.