create_lookahead_task
Add tasks to project schedules in Procore by specifying dates, resources, and assignments for upcoming work planning.
Instructions
Create Lookahead Task. [Project Management/Schedule (Legacy)] POST /rest/v1.0/projects/{project_id}/schedule/lookahead_tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| lookahead_id | Yes | ID of the associated Lookahead | |
| parent_id | Yes | ID of the parent Lookahead Task | |
| name | Yes | The name of the Task | |
| start_date | No | Task start date, in project time zone | |
| end_date | No | Task end date, in project time zone | |
| resource_ids | No | ID of Resource(s) to assign to this Lookahead Task | |
| comment | No | Additional comments | |
| segments | No | segments | |
| assignee_ids | No | ID of Contact(s) to assign to this Lookahead Task | |
| vendor_ids | No | ID of Company(s) to assign to this Lookahead Task |