Update Timecard Entries
update_timecard_entriesUpdate the date of timecard entries on a project. Send only the fields to change; omitted fields retain their existing values.
Instructions
Update the date of Timecard Entries associated 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 timecard entry 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, timecard_entries. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timesheets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| timesheet_id | No | JSON request body field — unique identifier of the timesheet | |
| timecard_entries | Yes | JSON request body field — timesheet object |