Create Lookahead
create_lookaheadCreate a new lookahead schedule for a Procore project. Provide project ID, start date, and end date. Optionally copy from an existing lookahead.
Instructions
Create a new Lookahead for the 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, start_date, end_date. Procore API (v1.1): Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.1/projects/{project_id}/schedule/lookaheads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| start_date | Yes | JSON request body field — lookahead start date, in project time zone | |
| end_date | Yes | JSON request body field — lookahead end date, in project time zone | |
| copied_from_id | No | JSON request body field — 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. |