Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation updates an existing company location in the Autotask system. It is useful for scenarios where you need to modify details of a company location, such as address, contact information, or other custom fields. For example, if a company's branch office moves to a new address, this node can update the location record accordingly.

Properties

Name Meaning
Company Location ID The unique identifier of the company location to update. This is required to specify which location record will be modified.
Fields A resource mapper input that defines which fields of the company location to update and their new values. It supports defining fields manually or using auto-mapping features.

Output

JSON

  • id - The ID of the updated company location.
  • fields - The updated fields and their new values for the company location.
  • status - The status of the update operation, indicating success or failure.

Dependencies

  • Requires an API key credential for authenticating with the Autotask REST API.

Troubleshooting

  • If the Company Location 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 field mappings or unsupported fields may cause the update to fail. Verify that the fields to update are valid for the company location resource.
  • API authentication errors may occur if the API key credential is invalid or expired. Check and refresh credentials as needed.
  • Network or API rate limit issues can cause operation failures. Retry after some time or check API usage limits.

Discussion