Update Timecard Entries
update_timecard_entriesUpdate timecard entries for a specific project by modifying only the supplied fields.
Instructions
Update the date of Timecard Entries associated with the specific Project. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. 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 |