Actions43
- Location Groups Actions
- Locations Actions
- Roles Actions
- User Groups Actions
- Users Actions
- Affiliate Entity Groups Actions
- Attachments Actions
- Classes Actions
- Contacts Actions
- Department Groups Actions
- Departments Actions
- Document Sequences Actions
- Earning Types Actions
- Email Templates Actions
- Employee Types Actions
- Employees Actions
- Entities Actions
- Exchange Rate Lines Actions
- Exchange Rate Types Actions
- Exchange Rates Actions
- Attachment Folders Actions
- Get Next Value 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 during financial system migrations or synchronizations, ensuring that the configuration stays consistent without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Additional Body Fields | Optional additional fields to include in the request body when updating the class key. 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 AvantGuard Sage Intacct API after attempting to update the company configuration 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 and used as the request base URL.
- The node depends on the
@avantguardllc/n8n-openapi-nodepackage for building properties and handling requests. - The OpenAPI specification (
openapi.json) defines the available operations and properties.
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 identify which class key to update. Omitting or providing an incorrect Id may cause the API to reject the request. - Network or connectivity issues: Verify that the base URL and network access to the AvantGuard Sage Intacct API are correct and reachable.
- Unexpected API responses: Check the API documentation for valid request formats and ensure all required fields are provided.