Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation updates an existing Contract Block in the Autotask system. It allows users to specify the ID of the contract block they want to update and map the fields they wish to modify. This is useful for automating contract management workflows, such as adjusting contract terms, updating block details, or synchronizing contract data with other systems.

Properties

Name Meaning
Block ID The unique identifier of the contract block to update. This is required to specify which contract block record will be modified.
Fields A resource mapper input that defines which fields of the contract block should be updated and their new values. It supports defining fields manually or using auto-mapping features to streamline data input.

Output

JSON

  • id - The unique identifier of the updated contract block.
  • updatedFields - An object containing the fields that were updated and their new values.
  • status - The status of the update operation, indicating success or failure.
  • message - Additional information or error messages related to the update operation.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.
  • Relies on the Autotask REST API endpoint for contract block updates.

Troubleshooting

  • If the Block ID is missing or invalid, the node will fail to locate the contract block to update. Ensure the ID is correct and exists in Autotask.
  • Incorrect field mappings or unsupported fields may cause the update to fail or be ignored. Verify field names and data types match Autotask's contract block schema.
  • API authentication errors may occur if the API key credential is invalid or expired. Re-authenticate or update credentials as needed.
  • Network or API rate limit issues can cause timeouts or errors. Check network connectivity and Autotask API usage limits.

Discussion