Update Timesheet
update_timesheet_project_v1_0Update an existing timesheet for a specific project using project ID and timesheet ID. Modify specified fields like date and return the updated object.
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: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timesheets/{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 |