Update Timecard Entry Signature (Project)
update_timecard_entry_signature_projectUpdate a timecard entry's signature with a provided signature ID, modifying only the specified field. Returns the updated record.
Instructions
Update timecard entry signature with the provided signature ID. 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, 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. |