Update Timecard Entry
update_timecard_entryUpdate a field productivity timecard entry. Modify existing records by providing the entry ID, project ID, and updated data.
Instructions
Update a specified Timecard Entry. 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: id, project_id, timecard_entry. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/timecard_entries/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the timecard entry | |
| project_id | Yes | JSON request body field — the ID of the Project the Timecard Entry belongs to | |
| timecard_entry | Yes | JSON request body field — timecard Entry object |