Department - Sage Intacct Data Target Requirement
Department - Sage Intacct Data Target Requirement
DataBlend supports the standard API calls (legacy) to Create Department within Sage Intacct leveraging the Sage Intacct SDK. In addition, custom fields can be added for data that is unique to your business practices.
| DataBlend Query Object (SDK) | Sage Intacct Object (API) | Required | Notes |
| departmentid | departmentid | Yes | Department ID to create |
| name | title | Yes | Department name |
| title | custtitle | Department title for reporting | |
| parentid | parentid | Parent department ID | |
| supervisorid | supervisorid | Manager employee ID | |
| status | status |
true = active |
|
| target_entity | target_entity |
More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.intacct.com/api/company-console/departments/#create-department.