AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation allows updating a Company resource by sending a PATCH request with specified fields. It is useful when you need to modify existing company data partially without replacing the entire record. For example, you might update tags, status flags, or other metadata of a company in an external system.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes, sent as a header.
Additional Body Fields Optional fields to include in the request body:
- Data JSON object containing various flags and tags such as is_assessment, is_migrated, is_deleted, tags, and manual_tags. These control company attributes.
- Id Numeric identifier of the company to update.

Output

The node outputs JSON data representing the response from the API after patching the company. This typically includes the updated company details or confirmation of the update. There is no indication that binary data is handled by this node.

Dependencies

  • Requires an API key credential for authentication (referred generically).
  • The base URL and headers are configured via credentials.
  • Uses an OpenAPI-based client internally to build requests.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • Invalid JSON in Data field: The "Data" field expects valid JSON. Malformed JSON will cause errors during parsing.
  • Company Id not provided or incorrect: The "Id" must be a valid number identifying the company to update.
  • API connectivity issues: Verify the base URL and API credentials are correct and active.
  • Unexpected API errors: Check the response message for details; it may indicate permission issues or invalid field values.

Links and References

  • No direct links available from the source code.
  • Refer to the external API documentation for the Company resource PATCH endpoint for detailed field descriptions and constraints.

Discussion