upservice_bulk_update_directory_relations
Add or remove multiple links between a directory record and entities like tasks, projects, orders in a single API call.
Instructions
Add or remove multiple links between a directory record and other entities (tasks, projects, orders, etc.) in one call.
Args: params (BulkUpdateRelationsInput): record_id (int), relations (list of {rel_type, relation_ids, is_delete})
Returns: str: JSON confirmation of the applied relation changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |