Department - Sage Intacct REST Data Target Requirements
DataBlend supports the standard API calls to Create, Update, and Delete Department records within Sage Intacct leveraging the Sage Intacct API. 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 |
| DEPT-001 | id | Yes — Create | User-defined unique ID of the department. |
| Finance | name | Yes — Create | Name of the department. |
| 9901 | key | Yes — Update, Delete | System-assigned key of the department record. Required to identify the record for Update or Delete operations. |
| 100 | number | No | Department number. Used for reporting and display purposes. |
| DEPT-PARENT | parentid | No | ID of the parent department. Use parentid or parentkey — not both. |
| 8801 | parentkey | No | Key of the parent department. |
| EMP-001 | supervisorid | No | Employee ID of the department supervisor. Use supervisorid or supervisorkey — not both. |
| 7701 | supervisorkey | No | Key of the supervisor employee record. |
| Finance Department | reporttitle | No | Title used for this department in reports. |
| active | status | No | Status of the department. Options: active, activeNonPosting, inactive. |
| Columbus | target_entity | No | Target entity ID for multi-entity Sage Intacct environments. |
| custom.entry.{custom_field_name} | {custom_field_name} | No | Custom fields for this object. Replace {custom_field_name} with the custom field's object ID as defined in Sage Intacct. |
More questions about Sage Intacct API requirements? Please visit the Sage Intacct API site https://developer.sage.com/intacct/apis/intacct/1/intacct-openapi/groups/company-configuration/groups/department-dimension/tags/company_configuration_departments.