Create Lookahead Task
create_lookahead_taskCreate a new Lookahead Task in Procore's Schedule (Legacy) using project, lookahead, parent IDs, and task name.
Instructions
Create new Lookahead Task for the project schedule. 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, lookahead_id, parent_id, name. Procore API: Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.0/projects/{project_id}/schedule/lookahead_tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| lookahead_id | Yes | JSON request body field — iD of the associated Lookahead | |
| parent_id | Yes | JSON request body field — iD of the parent Lookahead Task | |
| name | Yes | JSON request body field — the name of the Task | |
| start_date | No | JSON request body field — task start date, in project time zone | |
| end_date | No | JSON request body field — task end date, in project time zone | |
| resource_ids | No | JSON request body field — iD of Resource(s) to assign to this Lookahead Task | |
| comment | No | JSON request body field — additional comments | |
| segments | No | JSON request body field — the segments for this Schedule (Legacy) operation | |
| assignee_ids | No | JSON request body field — iD of Contact(s) to assign to this Lookahead Task | |
| vendor_ids | No | JSON request body field — iD of Company(s) to assign to this Lookahead Task |