Update Timesheet Status
update_timesheet_statusUpdate timesheet approval statuses to pending or approved for a specific Procore project, modifying only provided fields and returning the updated status.
Instructions
Update Timesheet statuses as either pending/approved with the specific Project. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted. Returns the modified timesheet status on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, timesheets. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timesheets/update_approval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| timesheets | Yes | JSON request body field — array of Timesheet objects |