Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Configuration Item Billing Product Association in Autotask. It is useful for automating the modification of billing product associations linked to configuration items, such as updating pricing or product details. For example, it can be used to programmatically adjust billing product associations when configuration items change or when billing details need to be synchronized with other systems.

Properties

Name Meaning
Billing Product Association ID The unique identifier of the billing product association to update. This is required to specify which association record will be modified.
Fields The set of fields and their values to update on the billing product association. This uses a resource mapper to define which fields to modify and their new values.

Output

JSON

  • id - The ID of the updated billing product association.
  • fields - The updated fields and their values after the update operation.
  • success - Boolean indicating whether the update operation was successful.
  • message - Optional message returned from the API, such as error details or confirmation.

Dependencies

  • Requires an Autotask API key credential for authentication to the Autotask REST API.

Troubleshooting

  • If the Billing Product Association ID is missing or invalid, the node will fail to locate the record to update. Ensure the ID is correct and exists in Autotask.
  • Incorrect or incomplete field mappings in the 'Fields' property can cause the update to fail or produce unexpected results. Verify that the fields and values conform to Autotask's API requirements.
  • Authentication errors may occur if the API key credential is invalid or expired. Confirm that the credential is properly configured and has necessary permissions.
  • Network or API rate limit issues can cause timeouts or errors. Retry after some time or check API usage limits.

Discussion