Class - Sage Intacct REST Data Target Requirements
DataBlend supports the standard API calls to Create, Update, and Delete Class 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 |
| CLASS-001 | id | Yes — Create | User-defined unique ID of the class. |
| Professional Services | name | Yes — Create | Name of the class. |
| 9901 | key | Yes — Update, Delete | System-assigned key of the class record. Required to identify the record for Update or Delete operations. |
| Professional services billing class | description | No | Description of the class. |
| PARENT-CLASS | parentid | No | ID of the parent class. Use parentid or parentkey — not both. |
| 8801 | parentkey | No | Key of the parent class. |
| active | status | No | Status of the class. 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/class-dimension/tags/company_configuration_classes.