update_project_task_v2_0_company
Modify project task details in Procore's preconstruction/estimating phase by updating descriptions, due dates, assignments, or completion status.
Instructions
Update project task. [Preconstruction/Estimating] PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks/{task_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task Id | |
| company_id | Yes | Unique company identifier associated with the Procore User Account. | |
| project_id | Yes | Unique project identifier | |
| value | No | The updated description of the task. | |
| due_date | No | The updated due date of the task. | |
| assigned_to_user_id | No | The updated identifier of the user to whom the task is assigned. For getting assigned_to_user_id look "company users" endpoint. | |
| completed | No | Indicates whether the task is completed. This property is only used for updating completion status via patch request. |