Create Task
create_taskCreate a new schedule (legacy) task in Procore for a specified project using project ID and task object.
Instructions
Create a new Task associated with the specified Project. Use this to create a new Schedule (Legacy) records in Procore. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, task. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — iD of the project this task belongs to. | |
| task | Yes | JSON request body field — task object. |