Sync Tasks
sync_tasksBatch create or update tasks in a Procore project's Schedule (Legacy). Supply project ID and task updates to modify multiple records at once.
Instructions
This endpoint creates or updates a batch of tasks. Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: project_id, project_id, updates. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/tasks/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Tasks belongs to | |
| updates | Yes | JSON request body field — the updates for this Schedule (Legacy) operation |