create_lookahead_v1_1
Generate a lookahead schedule for Procore projects by specifying start and end dates, optionally copying from previous schedules to plan upcoming work periods.
Instructions
Create Lookahead. [Project Management/Schedule (Legacy)] POST /rest/v1.1/projects/{project_id}/schedule/lookaheads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| start_date | Yes | Lookahead start date, in project time zone | |
| end_date | Yes | Lookahead end date, in project time zone | |
| copied_from_id | No | ID of a previously created lookahead that will be used to populate this lookahead. Defaults to null, in which case the lookahead will populate directly from the master schedule. |