Actions43
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value Actions
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Departments Actions
- Document Sequences Actions
Overview
This node integrates with the AvantGuard Sage Intacct Company Configuration API, specifically allowing users to update a company configuration class key. It is useful in scenarios where you need to programmatically modify configuration settings related to company classes within Sage Intacct, such as updating identifiers or other class-related metadata.
A practical example would be automating updates to company class keys when organizational changes occur, ensuring that your accounting system stays synchronized without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional additional fields to include in the request body. Currently supports: Id (string) which represents the identifier of the class key to update. |
Output
The node outputs JSON data representing the response from the Sage Intacct API after attempting to update the company config class key. This typically includes confirmation of the update or details about the updated resource.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the AvantGuard Sage Intacct API.
- The base URL for the API is configured via credentials.
- Uses the
@avantguardllc/n8n-openapi-nodepackage and an OpenAPI specification (openapi.json) bundled with the node for request building and validation.
Troubleshooting
- Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
- Invalid or missing Id field: The
Idproperty is required to specify which class key to update. Omitting or providing an incorrect Id may cause the API to reject the request. - Network or API endpoint issues: Verify the base URL and network connectivity to the Sage Intacct API.
- Unexpected API responses: Check that the additional body fields conform to the API schema; invalid fields may cause errors.
Links and References
- AvantGuard Sage Intacct API Documentation (example placeholder link)
- Sage Intacct Official Website