Update Timecard Entry Signature (Project)
update_timecard_entry_signature_projectUpdate the signature on a timecard entry by specifying the entry ID, project ID, and signature ID. Only provided fields are changed; others remain unchanged. Look up existing entry IDs with the list tool before updating.
Instructions
Update timecard entry signature with the provided signature ID. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified timecard entry signature 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, signature_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timecard_entries/{id}/sign
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — the ID of the timecard entry. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| signature_id | Yes | JSON request body field — the signature ID to be added to the timecard entry. |