Update Timecard Entry
update_timecard_entryUpdate a timecard entry by sending only the fields you intend to change. Resolve the entry id with the list tool first; returns the modified entry.
Instructions
Update a specified Timecard Entry. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. 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: 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 |