Create Project Task
create_project_task_companyCreate a new estimating task in Procore for a specific company and project. Provide task description, and optionally set due date and assignee.
Instructions
Create project task. Use this to create a new Estimating records in Procore. Creates a new Estimating records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, value. Procore API (v2.0): Preconstruction > Estimating. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| value | Yes | JSON request body field — the description of the task. | |
| due_date | No | JSON request body field — the due date of the task. | |
| assigned_to_user_id | No | JSON request body field — the identifier of the user to whom the task is assigned. For getting assigned_to_user_id look "company users" endpoint. |