2024 R1 (Open Beta)
2024-02-23
Open Beta
Announcing the availability of the Sage Intacct REST API Open Beta!
We are excited to announce the availability of Open Beta. During Open Beta, some objects are 'uncertified.' Uncertified objects haven't undergone the complete review process, and the design might change during ongoing refinement. Sage Intacct advises users to exercise discretion in using these objects. For many uncertified objects, note that the query operation in the REST API Reference provides a default example using the vendor
object. As uncertified objects are finalized, the query operation examples will be updated to feature each object.
Sage Intacct encourages your feedback, which you can provide using the Feedback tab on the right side of the page.
Error message details
During Open Beta, error messages display the object name without the application name. For example, if you use the bill
object and attempt to update a custom relationship with an invalid object key, the error message returned includes apbill
instead of accounts-payable/bill.
2024-03-15
Projects objects reorganized
The objects related to time tracking and employee expenses have been moved out of the Projects application area to the Time & Expenses area. The object names and URL endpoints have also changed:
Object | New name | New URL endpoint |
---|---|---|
Employee expenses | expenses/employee-expense | /objects/expenses/employee-expense |
Employee expense lines | expenses/employee-expense-line | /objects/expenses/employee-expense-line |
Employee expense payment types | expenses/employee-expense-payment-type | /objects/expenses/employee-expense-payment-type |
Employee expense summaries | expenses/employee-expense-summary | /objects/expenses/employee-expense-summary |
Employee expense types | expenses/employee-expense-type | /objects/expenses/employee-expense-type |
Time types | time/time-type | /objects/time/time-type |
Timesheets | time/timesheet | /objects/time/timesheet |
Timesheet lines | time/timesheet-line | /objects/time/timesheet-line |
Timesheets approval histories | time/timesheet-approval-history | /objects/time/timesheet-approval-history |