create_project_task_v2_0_company
Create a new preconstruction or estimating task in Procore projects by specifying description, due date, and assigned user.
Instructions
Create project task. [Preconstruction/Estimating] POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique company identifier associated with the Procore User Account. | |
| project_id | Yes | Unique project identifier | |
| value | Yes | The description of the task. | |
| due_date | No | The due date of the task. | |
| assigned_to_user_id | No | The identifier of the user to whom the task is assigned. For getting assigned_to_user_id look "company users" endpoint. |