Update Timesheet
update_timesheet_projectUpdate an existing field productivity timesheet for a project by specifying the project ID and timesheet ID. Only supplied fields are changed.
Instructions
Update Timesheet 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, id. Procore API (v1.1): Project Management > Field Productivity. Endpoint: PATCH /rest/v1.1/projects/{project_id}/project_timesheet_timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| date | No | JSON request body field — the Date of the Timesheet |