update_generic_tool_item
Modify generic tool items in Procore projects to update details like status, schedule impact, cost impact, assignments, attachments, and custom fields.
Instructions
Update Generic Tool Item. [Company Admin/Custom - Configurable Tools] PATCH /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_item_id | Yes | Unique identifier for the Generic Tool Item | |
| generic_tool_id | Yes | Unique identifier for the Generic Tool | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | If supplied customize the response format | |
| description | No | The description of the generic tool item. | |
| due_date | No | The due date for the generic tool item. | |
| position | No | The position/number of the generic tool item. | |
| private | No | If this property is set to true, the generic tool item is private. If this property is set to false, the generic tool item is not private. | |
| skip_emails | No | If true creating and updating the item will not send emails to the users on the item. | |
| schedule_impact | No | The schedule impact status for the generic tool item. | |
| schedule_impact_value | No | Specifies a value for the schedue impact of the generic tool item. | |
| cost_impact | No | The cost impact of the generic tool item. | |
| cost_impact_value | No | Specifies a value for the cost impact of the generic tool item. | |
| status | No | The status of the generic tool item. | |
| title | No | The title of the generic tool item. | |
| received_from_id | No | The unique identifier for the Received From entity. | |
| location_id | No | The location identifier for the generic tool item. | |
| cost_code_id | No | The cost code identifier for the generic tool item. | |
| specification_section_id | No | The specification section identifier for the generic tool item. | |
| trade_id | No | The trade identifier for the generic tool item. | |
| distribution_member_ids | No | An array of distribution member identifiers for the generic tool item. | |
| assignee_ids | No | An array of assignee identifiers for the generic tool item. | |
| attachments | No | Specifies an array of generic tool item attachments. To upload attachments you must upload the entire payload as a `multipart/form-data` content-type and specify each parameter as form-data togethe... | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response | |
| document_management_document_revision_ids | No | PDM document to attach to the response |